hedgewars/uConsts.pas
changeset 7231 f484455dd055
parent 7198 5debd5fe526e
parent 7197 5a9775b97c7e
child 7303 998128081b86
--- a/hedgewars/uConsts.pas	Fri Jun 08 02:52:35 2012 +0400
+++ b/hedgewars/uConsts.pas	Mon Jun 11 17:56:10 2012 +0400
@@ -265,6 +265,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;