hedgewars/uConsts.pas
changeset 10626 2562797ab3cf
parent 10622 9551211455a3
child 10661 0da243c01bde
equal deleted inserted replaced
10625:125e120165aa 10626:2562797ab3cf
   317     cTargetPointRef : TPoint = (x: NoPointX; y: 0);
   317     cTargetPointRef : TPoint = (x: NoPointX; y: 0);
   318 
   318 
   319     kSystemSoundID_Vibrate = $00000FFF;
   319     kSystemSoundID_Vibrate = $00000FFF;
   320 
   320 
   321     cMinPlayWidth = 200;
   321     cMinPlayWidth = 200;
       
   322     cWorldEdgeDist = 150;
   322 
   323 
   323 implementation
   324 implementation
   324 
   325 
   325 end.
   326 end.