hedgewars/uConsts.pas
changeset 10354 56bd029245fc
parent 10307 e13d3147f15b
child 10421 87e47843018e
equal deleted inserted replaced
10352:2af2309207b0 10354:56bd029245fc
   312     NoPointX = Low(LongInt);
   312     NoPointX = Low(LongInt);
   313     cTargetPointRef : TPoint = (x: NoPointX; y: 0);
   313     cTargetPointRef : TPoint = (x: NoPointX; y: 0);
   314 
   314 
   315     kSystemSoundID_Vibrate = $00000FFF;
   315     kSystemSoundID_Vibrate = $00000FFF;
   316 
   316 
       
   317     cMinPlayWidth = 200;
       
   318 
   317 implementation
   319 implementation
   318 
   320 
   319 end.
   321 end.