diff -r a2f9a9a62dc5 -r 896ed2afcfb8 project_files/HedgewarsMobile/Classes/CreationChamber.m --- a/project_files/HedgewarsMobile/Classes/CreationChamber.m Sun Apr 22 03:59:24 2012 +0200 +++ b/project_files/HedgewarsMobile/Classes/CreationChamber.m Sun Apr 22 04:48:11 2012 +0200 @@ -280,7 +280,7 @@ NSArray *mods = [[NSArray alloc] initWithContentsOfFile:GAMEMODS_FILE()]; NSMutableArray *gamemodArray= [[NSMutableArray alloc] initWithCapacity:[mods count]]; - for (int i = 0; i < [mods count]; i++) + for (NSUInteger i = 0; i < [mods count]; i++) [gamemodArray addObject:[NSNumber numberWithBool:NO]]; [mods release];