diff -r 4622f83623ac -r 5e18eaef65d0 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Jun 25 17:22:35 2011 +0400 +++ b/hedgewars/uConsts.pas Sun Jun 26 02:47:36 2011 +0200 @@ -258,6 +258,8 @@ posCaseAmmo = $00000001; posCaseHealth = $00000002; posCaseUtility = $00000004; + posCaseDummy = $00000008; + posCaseTrap = $00000010; NoPointX = Low(LongInt); cTargetPointRef : TPoint = (X: NoPointX; Y: 0);