hedgewars/uConsts.pas
changeset 7517 f287f00063e8
parent 7505 94e1fa117081
child 7525 5c840e221993
equal deleted inserted replaced
7515:8957b05d368a 7517:f287f00063e8
   243     gmAnimate        = $00001000; // with param
   243     gmAnimate        = $00001000; // with param
   244     gmPrecise        = $00002000;
   244     gmPrecise        = $00002000;
   245 
   245 
   246     gmRemoveFromList = $00004000;
   246     gmRemoveFromList = $00004000;
   247     gmAddToList      = $00008000;
   247     gmAddToList      = $00008000;
       
   248     gmDelete         = $00010000;
   248     gmAllStoppable = gmLeft or gmRight or gmUp or gmDown or gmAttack or gmPrecise;
   249     gmAllStoppable = gmLeft or gmRight or gmUp or gmDown or gmAttack or gmPrecise;
   249 
   250 
   250     cMaxSlotIndex       = 9;
   251     cMaxSlotIndex       = 9;
   251     cMaxSlotAmmoIndex   = 5;
   252     cMaxSlotAmmoIndex   = 5;
   252 
   253