project_files/HedgewarsMobile/Classes/GameConfigViewController.m
changeset 4754 a0fd8211c00f
parent 4504 8906b2409d97
child 4757 7ca9ebb6895d
--- 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 {