diff -r 4a610e970b66 -r 3fee15104c1d hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Thu Dec 04 21:17:03 2008 +0000 +++ b/hedgewars/uConsts.pas Thu Dec 04 21:59:25 2008 +0000 @@ -191,6 +191,7 @@ gstHHDeath = $00008000; gstWinner = $00010000; gstWait = $00020000; + gstNotKickable = $00040000; gm_Left = $00000001; gm_Right = $00000002;