diff -r 58d4733c9cad -r 46b8791e577f project_files/HedgewarsMobile/Classes/CommodityFunctions.m --- 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 () {