changeset 5313 | 5e18eaef65d0 |
parent 5016 | 9347d82a26cc |
child 5316 | 191cd6c06203 |
--- 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);