hedgewars/uConsts.pas
changeset 7197 5a9775b97c7e
parent 7191 9419294e5f33
child 7231 f484455dd055
child 7293 468cf6d561e5
--- a/hedgewars/uConsts.pas	Fri Jun 08 14:30:46 2012 +0400
+++ b/hedgewars/uConsts.pas	Fri Jun 08 18:03:44 2012 +0400
@@ -260,6 +260,8 @@
     ammoprop_Effect       = $00002000;
     ammoprop_SetBounce    = $00004000;
     ammoprop_NeedUpDown   = $00008000;//Used by TouchInterface to show or hide up/down widgets 
+    ammoprop_OscAim       = $00010000;
+    ammoprop_NoMoveAfter  = $00020000;
     ammoprop_NoRoundEnd   = $10000000;
 
     AMMO_INFINITE = 100;