hedgewars/uConsts.pas
changeset 10661 0da243c01bde
parent 10626 2562797ab3cf
child 10717 0810826cdf80
equal deleted inserted replaced
10660:79fa79c77c38 10661:0da243c01bde
   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     cWorldEdgeDist = 200;
   323 
   323 
   324 implementation
   324 implementation
   325 
   325 
   326 end.
   326 end.