diff -r 6e84339eefee -r c3eb56754e92 project_files/HedgewarsMobile/Classes/SingleTeamViewController.m --- a/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Sun Aug 29 23:36:22 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/SingleTeamViewController.m Mon Aug 30 01:38:46 2010 +0200 @@ -108,7 +108,7 @@ [self.teamDictionary writeToFile:teamFile atomically:YES]; [teamFile release]; - DLog(@"%@",teamDictionary); + //DLog(@"%@",teamDictionary); isWriteNeeded = NO; } @@ -223,7 +223,7 @@ [accessoryImage release]; break; case 2: // fort - accessoryImage = [[UIImage alloc] initWithContentsOfFile:[NSString stringWithFormat:@"%@/%@L.png", + accessoryImage = [[UIImage alloc] initWithContentsOfFile:[NSString stringWithFormat:@"%@/%@-preview.png", FORTS_DIRECTORY(),[teamDictionary objectForKey:@"fort"]]]; cell.imageView.image = [accessoryImage scaleToSize:CGSizeMake(42, 42)]; [accessoryImage release];