project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m
changeset 3752 73c2d7d5643b
parent 3697 d5b30d6373fc
child 3753 bb5a0252fb56
--- a/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m	Sun Aug 22 16:31:57 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m	Sun Aug 22 22:08:39 2010 +0200
@@ -78,6 +78,9 @@
                      [NSDictionary dictionaryWithObjectsAndKeys:NSLocalizedString(@"Disable Land Objects",@""),@"title",
                       NSLocalizedString(@"Disable land objects when generating maps",@""),@"description",
                       @"DisableLandObjects",@"image",nil],
+                     [NSDictionary dictionaryWithObjectsAndKeys:NSLocalizedString(@"AI Survival Mode",@""),@"title",
+                      NSLocalizedString(@"AI-controlled hogs respawn on death",@""),@"description",
+                      @"AISurvival",@"image",nil],
                      nil];
     self.gameModifierArray = mods;
     [mods release];