diff -r a70c61c076ae -r 73c2d7d5643b project_files/HedgewarsMobile/Classes/SingleSchemeViewController.m --- 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];