project_files/HedgewarsMobile/Classes/GameInterfaceBridge.m
changeset 6276 1e2f8da1860a
parent 6266 b02a1e92dba2
child 6301 1259736c0134
equal deleted inserted replaced
6274:a3e1eb794249 6276:1e2f8da1860a
    60     else if ([modelId hasPrefix:@"iPad1"] || [modelId hasPrefix:@"iPod4"])                                      // = iPad 1G or iPod Touch 4G
    60     else if ([modelId hasPrefix:@"iPad1"] || [modelId hasPrefix:@"iPod4"])                                      // = iPad 1G or iPod Touch 4G
    61         tmpQuality = 0x00000002;                                                        // rqBlurryLand
    61         tmpQuality = 0x00000002;                                                        // rqBlurryLand
    62     else                                                                                                        // = everything else
    62     else                                                                                                        // = everything else
    63         tmpQuality = 0;                                                                 // full quality
    63         tmpQuality = 0;                                                                 // full quality
    64 
    64 
       
    65     // disable ammomenu animation
       
    66     tmpQuality = tmpQuality | 0x00000080;
    65     // disable tooltips on iPhone
    67     // disable tooltips on iPhone
    66     if (IS_IPAD() == NO)
    68     if (IS_IPAD() == NO)
    67         tmpQuality = tmpQuality | 0x00000400;
    69         tmpQuality = tmpQuality | 0x00000400;
    68 
    70 
    69     // prevents using an empty nickname
    71     // prevents using an empty nickname