project_files/HedgewarsMobile/Classes/GameSetup.m
changeset 4574 e26ef1eca20a
parent 4549 2e0447837a97
child 4603 d362ab6c7f53
--- a/project_files/HedgewarsMobile/Classes/GameSetup.m	Sun Dec 19 14:11:55 2010 -0500
+++ b/project_files/HedgewarsMobile/Classes/GameSetup.m	Mon Dec 20 01:08:46 2010 +0100
@@ -452,7 +452,7 @@
         tmpQuality = 0x00000001 | 0x00000002 | 0x00000008 | 0x00000040;                 // rqLowRes | rqBlurryLand | rqSimpleRope | rqKillFlakes
     else if ([modelId hasPrefix:@"iPhone2"] || [modelId hasPrefix:@"iPod3"])                                    // = iPhone 3GS or iPod Touch 3G
         tmpQuality = 0x00000002 | 0x00000040;                                           // rqBlurryLand | rqKillFlakes
-    else if ([modelId hasPrefix:@"iPad1"] || enhanced == NO)                                                    // = iPad 1G or not enhanced mode
+    else if ([modelId hasPrefix:@"iPad1"] || [modelId hasPrefix:@"iPod4"] || enhanced == NO)                    // = iPad 1G or iPod Touch 4G or not enhanced mode
         tmpQuality = 0x00000002;                                                        // rqBlurryLand
     else                                                                                                        // = everything else
         tmpQuality = 0;                                                                 // full quality