branch | ios-revival |
changeset 11094 | 595b5700ebac |
parent 10108 | c68cf030eded |
child 11116 | 102684240fe8 |
--- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m Sat Aug 08 22:08:43 2015 +0200 +++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m Sat Aug 08 22:45:23 2015 +0200 @@ -176,7 +176,7 @@ [gameParameters release]; // this is the pascal function that starts the game - Game(argc, argv); + RunEngine(argc, argv); // cleanup for (int i = 0; i < argc; i++)