project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m
changeset 3625 9f1d79e01a60
parent 3616 85d69ddb41b6
child 3626 19f78afa0188
--- a/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Mon Jul 05 22:42:43 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SDL_uikitappdelegate.m	Tue Jul 06 03:33:01 2010 +0200
@@ -122,8 +122,7 @@
 
 // override the direct execution of SDL_main to allow us to implement the frontend (or even using a nib)
 -(void) applicationDidFinishLaunching:(UIApplication *)application {
-    [application setStatusBarHidden:YES];
-    [application setStatusBarOrientation:UIInterfaceOrientationLandscapeRight animated:NO];  
+    [application setStatusBarHidden:YES]; 
     
     UIWindow *uiwindow = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
     uiwindow.backgroundColor = [UIColor blackColor];