project_files/HedgewarsMobile/Classes/CommodityFunctions.m
changeset 3996 eb549fd864a5
parent 3983 aa24192417a8
child 4098 40df542b5f62
--- a/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Mon Oct 25 17:39:50 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/CommodityFunctions.m	Mon Oct 25 22:19:00 2010 +0200
@@ -228,7 +228,7 @@
 }
 
 BOOL inline isApplePhone () {
-    return (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone);
+    return (IS_IPAD() == NO);
 }
 
 NSString *modelType () {