hedgewars/uConsts.pas
changeset 783 4f59db6f147d
parent 776 8fc7e59d9cb4
child 793 c4a790225799
--- a/hedgewars/uConsts.pas	Sun Feb 03 17:02:20 2008 +0000
+++ b/hedgewars/uConsts.pas	Tue Feb 05 17:53:38 2008 +0000
@@ -170,6 +170,8 @@
       gm_LJump  = $00000040;
       gm_HJump  = $00000080;
       gm_Destroy= $00000100;
+      gm_Slot   = $00000200; // with param
+      gm_Weapon = $00000400; // with param
 
       cMaxSlotIndex       = 8;
       cMaxSlotAmmoIndex   = 2;