hedgewars/uConsts.pas
changeset 13573 e896ff1b1d96
parent 13568 470982c05f7e
child 13582 517b26009073
equal deleted inserted replaced
13572:a71e6856ffab 13573:e896ff1b1d96
   359     kSystemSoundID_Vibrate = $00000FFF;
   359     kSystemSoundID_Vibrate = $00000FFF;
   360 
   360 
   361     cMinPlayWidth = 200;
   361     cMinPlayWidth = 200;
   362     cWorldEdgeDist = 200;
   362     cWorldEdgeDist = 200;
   363 
   363 
       
   364     cMaxLaserSightWraps = 1;
       
   365 
   364 implementation
   366 implementation
   365 
   367 
   366 end.
   368 end.