project_files/HedgewarsMobile/Classes/AboutViewController.m
changeset 4000 ddc4a09889e7
parent 3971 5c82ee165ed5
child 4030 adbb37b8c487
equal deleted inserted replaced
3999:411e71912f4c 4000:ddc4a09889e7
    31 
    31 
    32 -(void) viewDidLoad {
    32 -(void) viewDidLoad {
    33     self.tableView.backgroundView = nil;
    33     self.tableView.backgroundView = nil;
    34     self.tableView.allowsSelection = NO;
    34     self.tableView.allowsSelection = NO;
    35 
    35 
    36     NSString *strPath = [NSString stringWithFormat:@"%@/Settings/credits.plist",[[NSBundle mainBundle] resourcePath]];
    36     NSString *strPath = [NSString stringWithFormat:@"%@/credits.plist",IFRONTEND_DIRECTORY()];
    37     NSArray *array = [[NSArray alloc] initWithContentsOfFile:strPath];
    37     NSArray *array = [[NSArray alloc] initWithContentsOfFile:strPath];
    38     self.people = array;
    38     self.people = array;
    39     [array release];
    39     [array release];
    40     
    40     
    41     [super viewDidLoad];
    41     [super viewDidLoad];