changeset 6353 | d8f62c805619 |
parent 6266 | b02a1e92dba2 |
child 6634 | e00762923086 |
--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Sun Nov 13 12:11:44 2011 -0500 +++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Sun Nov 13 18:23:05 2011 +0100 @@ -223,6 +223,7 @@ script,@"mission_command", nil]; + [GameInterfaceBridge registerCallingController:self]; [GameInterfaceBridge startLocalGame:gameDictionary]; [gameDictionary release]; }