--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Wed Dec 29 00:28:39 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Thu Dec 30 02:03:24 2010 +0100
@@ -226,8 +226,10 @@
[NSNumber numberWithInt:self.interfaceOrientation],@"orientation",
nil];
- NSDictionary *allDataNecessary = [NSDictionary dictionaryWithObjectsAndKeys:gameDictionary,@"game_dictionary", @"",@"savefile",
- [NSNumber numberWithBool:NO],@"netgame", nil];
+ NSDictionary *allDataNecessary = [NSDictionary dictionaryWithObjectsAndKeys:gameDictionary,@"game_dictionary",
+ @"",@"savefile",
+ [NSNumber numberWithBool:NO],@"netgame",
+ nil];
if (IS_IPAD())
[[SDLUIKitDelegate sharedAppDelegate] startSDLgame:allDataNecessary];
else {