hedgewars/uTeams.pas
changeset 1242 4aca5f7b2504
parent 1170 bd0f414e395a
child 1251 1f545d9a10ca
--- a/hedgewars/uTeams.pas	Sun Aug 31 16:27:47 2008 +0000
+++ b/hedgewars/uTeams.pas	Sun Aug 31 17:22:50 2008 +0000
@@ -30,8 +30,9 @@
      THedgehog = record
                  Name: string[MAXNAMELEN];
                  Gear: PGear;
-                 NameTagTex: PTexture;
-                 HealthTagTex: PTexture;
+                 NameTagTex,
+                 HealthTagTex,
+                 HatTex: PTexture;
                  Ammo: PHHAmmo;
                  AmmoStore: Longword;
                  CurSlot, CurAmmo: LongWord;
@@ -40,6 +41,7 @@
                  visStepPos: LongWord;
                  BotLevel  : LongWord; // 0 - Human player
                  stats: TStatistics;
+                 Hat: String;
                  end;
      TTeam = record
              Clan: PClan;