hedgewars/uConsts.pas
changeset 511 2b5b9e00419d
parent 509 fd58135a4407
child 520 e83dfb7ffead
--- a/hedgewars/uConsts.pas	Mon May 07 21:12:06 2007 +0000
+++ b/hedgewars/uConsts.pas	Wed May 09 20:32:41 2007 +0000
@@ -126,6 +126,7 @@
       cCurrHHZ = Succ(cHHZ);
 
       cShotgunRadius = 22;
+      cBlowTorchC    = 6;
 
       cKeyMaxIndex = 1023;
 
@@ -148,6 +149,7 @@
       gstHHThinking     = $00000800;
       gstNoDamage       = $00001000;
       gstHHHJump        = $00002000;
+      gstAnimation      = $00004000;
 
       gm_Left   = $00000001;
       gm_Right  = $00000002;