project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m
changeset 6018 3b86826f6665
parent 6000 dbcebcd3d79f
child 6020 c792d4b3e080
equal deleted inserted replaced
6017:24631fd2fb9e 6018:3b86826f6665
   119     [horizontalSize release];
   119     [horizontalSize release];
   120     [rotation release];
   120     [rotation release];
   121     [localeString release];
   121     [localeString release];
   122     [ipcString release];
   122     [ipcString release];
   123 
   123 
   124     objcExportsInit(self.overlayController);
   124     objcExportsInit();
   125 
   125 
   126     // this is the pascal fuction that starts the game, wrapped around isInGame
   126     // this is the pascal fuction that starts the game, wrapped around isInGame
   127     [HedgewarsAppDelegate sharedAppDelegate].isInGame = YES;
   127     [HedgewarsAppDelegate sharedAppDelegate].isInGame = YES;
   128     Game(gameArgs);
   128     Game(gameArgs);
   129     [HedgewarsAppDelegate sharedAppDelegate].isInGame = NO;
   129     [HedgewarsAppDelegate sharedAppDelegate].isInGame = NO;