--- 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 () {