diff -r 4e994e1b7abb -r 2b5b9e00419d hedgewars/uConsts.pas --- 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;