changeset 9249 | 7b8c82785145 |
parent 9080 | 9b42757d7e71 |
child 9311 | 5baf10a52f43 |
--- a/hedgewars/uConsts.pas Sun Jun 23 13:35:26 2013 -0400 +++ b/hedgewars/uConsts.pas Sun Jun 23 17:11:29 2013 -0400 @@ -283,6 +283,13 @@ posCaseExplode = $00000010; posCasePoison = $00000020; + // hog tag mask + //htNone = $00; + htTeamName = $01; + htName = $02; + htHealth = $04; + htTransparent = $08; + NoPointX = Low(LongInt); cTargetPointRef : TPoint = (X: NoPointX; Y: 0);