diff -r e2d2b84aa776 -r 4f59db6f147d hedgewars/uConsts.pas --- 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;