--- a/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m Sat Nov 12 21:53:39 2011 +0100
+++ b/project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m Sat Nov 12 21:59:10 2011 +0100
@@ -158,7 +158,7 @@
#pragma mark Class methods for setting up the engine from outsite
+(void) startGame:(TGameType) type atPath:(NSString *)path withOptions:(NSDictionary *)config {
[HWUtils setGameType:type];
- GameInterfaceBridge *bridge = [[GameInterfaceBridge alloc] init];
+ id bridge = [[self alloc] init];
[bridge earlyEngineLaunch:path withOptions:config];
[bridge release];
}