project_files/HedgewarsMobile/Classes/CommodityFunctions.m
changeset 4356 d1d26f8963a3
parent 4341 46b8791e577f
child 4510 ce9b8206e681
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Wed Nov 24 23:35:41 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Thu Nov 25 02:45:52 2010 +0100
@@ -29,11 +29,8 @@
 #import "PascalImports.h"
 
 BOOL inline rotationManager (UIInterfaceOrientation interfaceOrientation) {
-    if (IS_IPAD())
-        return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) ||
-               (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
-    else
-        return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
+    return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) ||
+           (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
 }
 
 NSInteger inline randomPort () {