hedgewars/uConsts.pas
changeset 3638 33ee433749ba
parent 3637 0db298524c3d
child 3667 9359a70df013
equal deleted inserted replaced
3637:0db298524c3d 3638:33ee433749ba
   295 
   295 
   296     cKeyMaxIndex = 1023;
   296     cKeyMaxIndex = 1023;
   297 
   297 
   298 {$IFDEF IPHONEOS}
   298 {$IFDEF IPHONEOS}
   299     cMaxCaptions = 3;
   299     cMaxCaptions = 3;
   300     cDefaultZoomLevel = 1.5;
   300     cDefaultZoomLevel = 2.0;
   301     savedAmmoType : TAmmoType = amNothing;
   301     cMaxZoomLevel = 0.5;
       
   302     cMinZoomLevel = 3.5;
       
   303     cZoomDelta = 0.20;
   302 {$ELSE}
   304 {$ELSE}
   303     cMaxCaptions = 4;
   305     cMaxCaptions = 4;
   304     cDefaultZoomLevel = 2.0;
   306     cDefaultZoomLevel = 2.0;
       
   307     cMaxZoomLevel = 1.0;
       
   308     cMinZoomLevel = 3.0;
       
   309     cZoomDelta = 0.25;
   305 {$ENDIF}
   310 {$ENDIF}
   306 
   311 
   307     cSendEmptyPacketTime = 1000;
   312     cSendEmptyPacketTime = 1000;
   308 
   313 
   309     // from uTriggers
   314     // from uTriggers