diff -r f1da1d8fb56c -r 2b4d878ba565 project_files/HedgewarsMobile/Classes/OverlayViewController.m --- a/project_files/HedgewarsMobile/Classes/OverlayViewController.m Wed Jul 07 03:03:59 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/OverlayViewController.m Wed Jul 07 03:16:12 2010 +0200 @@ -113,7 +113,6 @@ self.view.center = CGPointMake(self.view.frame.size.height/2.0, self.view.frame.size.width/2.0); // set initial orientation - ///[self didRotate:[NSNotification notificationWithName:UIDeviceOrientationDidChangeNotification object:nil]]; UIDeviceOrientation orientation = [[UIDevice currentDevice] orientation]; UIView *sdlView = [[[UIApplication sharedApplication] keyWindow] viewWithTag:12345]; switch (orientation) {