# HG changeset patch
# User antonc27 <antonc27@mail.ru>
# Date 1439067662 -7200
# Node ID fd536d99a760a362759f465b5c9d43c809025aeb
# Parent  1742f5b020f349cd451ac0bbb48c1bcd343cd2e0
- Fix for launching with SDL

Note: Worked actually, but this is not in guidelines of SDL...

diff -r 1742f5b020f3 -r fd536d99a760 project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m
--- a/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m	Sat Aug 08 22:55:02 2015 +0200
+++ b/project_files/HedgewarsMobile/Classes/HedgewarsAppDelegate.m	Sat Aug 08 23:01:02 2015 +0200
@@ -51,6 +51,8 @@
 
 // override the direct execution of SDL_main to allow us to implement our own frontend
 -(void) postFinishLaunch {
+    [super postFinishLaunch];
+    
     [[UIApplication sharedApplication] setStatusBarHidden:YES];
 
     self.uiwindow = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];