project_files/HedgewarsMobile/Classes/CommodityFunctions.m
changeset 4341 46b8791e577f
parent 4290 82f1f1d819c0
child 4356 d1d26f8963a3
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Sun Nov 14 23:28:45 2010 +0100
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Mon Nov 15 04:30:11 2010 +0100
@@ -33,7 +33,7 @@
         return (interfaceOrientation == UIInterfaceOrientationLandscapeRight) ||
                (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
     else
-        return (interfaceOrientation == UIInterfaceOrientationLandscapeRight);
+        return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft);
 }
 
 NSInteger inline randomPort () {