--- a/project_files/HedgewarsMobile/Classes/CreationChamber.h Sat Oct 08 21:17:24 2011 +0200
+++ b/project_files/HedgewarsMobile/Classes/CreationChamber.h Sat Oct 08 22:44:32 2011 +0200
@@ -29,7 +29,7 @@
+(void) createTeamNamed:(NSString *)nameWithoutExt;
+(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type;
-+(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type controlledByAI:(BOOL) flag;
++(void) createTeamNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type controlledByAI:(BOOL) shouldAITakeOver;
+(void) createWeaponNamed:(NSString *)nameWithoutExt;
+(void) createWeaponNamed:(NSString *)nameWithoutExt ofType:(NSInteger) type;