hedgewars/uConsts.pas
changeset 1639 89b536a3cf3c
parent 1625 37aae47943ce
child 1643 434e28245dc0
--- a/hedgewars/uConsts.pas	Sat Jan 10 17:58:05 2009 +0000
+++ b/hedgewars/uConsts.pas	Sat Jan 10 22:50:54 2009 +0000
@@ -207,7 +207,8 @@
 	gm_Weapon = $00000400; // with param
 	gm_Timer  = $00000800; // with param
 	gm_Animate= $00001000; // with param
-	gmAllStoppable = gm_Left or gm_Right or gm_Up or gm_Down or gm_Attack;
+	gm_Precise= $00002000;
+	gmAllStoppable = gm_Left or gm_Right or gm_Up or gm_Down or gm_Attack or gm_Precise;
 
 	cMaxSlotIndex       = 8;
 	cMaxSlotAmmoIndex   = 3;