project_files/HedgewarsMobile/Classes/CreationChamber.m
changeset 6908 896ed2afcfb8
parent 6865 fe19af8278e6
child 8441 a00b0fa0dbd7
--- 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];