project_files/HedgewarsMobile/Classes/CreationChamber.h
changeset 6104 117bdf4e7af9
parent 6103 55ecfbf834e3
child 6700 e04da46ee43c
--- 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;