hedgewars/uTypes.pas
changeset 9790 0b4b9fda5bd4
parent 9769 5814e0c47c99
child 9950 2759212a27de
child 9969 f27921b31b61
--- 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;