- Fix for hiding launch window after launch and not blocking SDL window on engine anymore
--- a/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m Mon Aug 10 22:48:02 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m Mon Aug 10 22:49:52 2015 +0200
@@ -51,7 +51,7 @@
// override the direct execution of SDL_main to allow us to implement our own frontend
-(void) postFinishLaunch {
- [super postFinishLaunch];
+ [self performSelector:@selector(hideLaunchScreen) withObject:nil afterDelay:0.0];
[[UIApplication sharedApplication] setStatusBarHidden:YES];