diff -r 4b7df6e96b78 -r 0b4b9fda5bd4 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Fri Dec 13 21:55:19 2013 +0400 +++ b/hedgewars/uTypes.pas Fri Dec 13 22:14:02 2013 +0400 @@ -380,13 +380,15 @@ Binds: TBinds; Hedgehogs: array[0..cMaxHHIndex] of THedgehog; CurrHedgehog: LongWord; - NameTagTex: PTexture; + NameTagTex, + OwnerTex: PTexture; GraveTex, AIKillsTex, FlagTex: PTexture; Flag: shortstring; GraveName: shortstring; FortName: shortstring; + Owner: shortstring; TeamHealth: LongInt; TeamHealthBarHealth: LongInt; DrawHealthY: LongInt;