hedgewars/uConsts.pas
changeset 7288 5d0704f23a2a
parent 7197 5a9775b97c7e
child 7231 f484455dd055
child 7293 468cf6d561e5
--- a/hedgewars/uConsts.pas	Tue Jun 05 22:37:36 2012 +0200
+++ b/hedgewars/uConsts.pas	Mon Jun 25 10:44:27 2012 +0200
@@ -147,6 +147,7 @@
     cBlowTorchC    = 6;
 
     cKeyMaxIndex = 1023;
+    cKbdMaxIndex = 65536;//need more room for the modifier keys
 
     cHHFileName = 'Hedgehog';
     cCHFileName = 'Crosshair';
@@ -259,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;