hedgewars/uConsts.pas
branch0.9.24
changeset 13555 d42237d16acf
parent 13277 5984e8c6cbeb
child 13573 470982c05f7e
equal deleted inserted replaced
13554:bc6f3d5309f4 13555:d42237d16acf
   347     kSystemSoundID_Vibrate = $00000FFF;
   347     kSystemSoundID_Vibrate = $00000FFF;
   348 
   348 
   349     cMinPlayWidth = 200;
   349     cMinPlayWidth = 200;
   350     cWorldEdgeDist = 200;
   350     cWorldEdgeDist = 200;
   351 
   351 
       
   352     maxDroplets = 50;
       
   353 
   352 implementation
   354 implementation
   353 
   355 
   354 end.
   356 end.