changeset 8370 | 0c79946e96f8 |
parent 8161 | 0b8beacff8a5 |
child 8414 | c1ac0b64315e |
8369:31033e521653 | 8370:0c79946e96f8 |
---|---|
39 implementation |
39 implementation |
40 uses uRender, uUtils, uVariables, uAmmos, Math, uVisualGears; |
40 uses uRender, uUtils, uVariables, uAmmos, Math, uVisualGears; |
41 |
41 |
42 const |
42 const |
43 // hog tag mask |
43 // hog tag mask |
44 htNone = $00; |
44 //htNone = $00; |
45 htTeamName = $01; |
45 htTeamName = $01; |
46 htName = $02; |
46 htName = $02; |
47 htHealth = $04; |
47 htHealth = $04; |
48 htTransparent = $08; |
48 htTransparent = $08; |
49 |
49 |