hedgewars/uConsts.pas
changeset 936 ba582673db7d
parent 931 ab4d98858a40
child 941 b5222ddafe1f
--- a/hedgewars/uConsts.pas	Fri May 16 13:21:18 2008 +0000
+++ b/hedgewars/uConsts.pas	Sat May 17 11:36:24 2008 +0000
@@ -185,6 +185,7 @@
       gm_Slot   = $00000200; // with param
       gm_Weapon = $00000400; // with param
       gm_Timer  = $00000800; // with param
+      gmAllStoppable = gm_Left or gm_Right or gm_Up or gm_Down or gm_Attack;
 
       cMaxSlotIndex       = 8;
       cMaxSlotAmmoIndex   = 2;