--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Sat Dec 11 01:00:00 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Sat Dec 11 01:55:16 2010 +0100
@@ -226,9 +226,6 @@
[NSNumber numberWithInt:self.interfaceOrientation],@"orientation",
nil];
- // finally launch game and remove this controller
- DLog(@"sending config %@", gameDictionary);
-
NSDictionary *allDataNecessary = [NSDictionary dictionaryWithObjectsAndKeys:gameDictionary,@"game_dictionary", @"",@"savefile",
[NSNumber numberWithBool:NO],@"netgame", nil];
if (IS_IPAD())