hedgewars/uConsts.pas
changeset 7517 f287f00063e8
parent 7505 94e1fa117081
child 7525 5c840e221993
--- a/hedgewars/uConsts.pas	Tue Aug 07 13:21:15 2012 -0400
+++ b/hedgewars/uConsts.pas	Wed Aug 08 10:26:10 2012 -0400
@@ -245,6 +245,7 @@
 
     gmRemoveFromList = $00004000;
     gmAddToList      = $00008000;
+    gmDelete         = $00010000;
     gmAllStoppable = gmLeft or gmRight or gmUp or gmDown or gmAttack or gmPrecise;
 
     cMaxSlotIndex       = 9;