equal
deleted
inserted
replaced
256 EXPLDoNotTouchAny = $00000080; |
256 EXPLDoNotTouchAny = $00000080; |
257 |
257 |
258 posCaseAmmo = $00000001; |
258 posCaseAmmo = $00000001; |
259 posCaseHealth = $00000002; |
259 posCaseHealth = $00000002; |
260 posCaseUtility = $00000004; |
260 posCaseUtility = $00000004; |
|
261 posCaseDummy = $00000008; |
|
262 posCaseTrap = $00000010; |
261 |
263 |
262 NoPointX = Low(LongInt); |
264 NoPointX = Low(LongInt); |
263 cTargetPointRef : TPoint = (X: NoPointX; Y: 0); |
265 cTargetPointRef : TPoint = (X: NoPointX; Y: 0); |
264 |
266 |
265 // hog tag mask |
267 // hog tag mask |