hedgewars/uTeams.pas
changeset 762 5ecf042f6113
parent 690 e9d35e319328
child 764 7513452b1d51
--- a/hedgewars/uTeams.pas	Sun Jan 27 13:35:56 2008 +0000
+++ b/hedgewars/uTeams.pas	Sun Jan 27 15:02:12 2008 +0000
@@ -30,7 +30,8 @@
      THedgehog = record
                  Name: string[MAXNAMELEN];
                  Gear: PGear;
-                 NameTag, HealthTag: PSDL_Surface;
+                 NameTagTex: PTexture;
+                 HealthTagTex: PTexture;
                  Ammo: PHHAmmo;
                  AmmoStore: Longword;
                  CurSlot, CurAmmo: LongWord;
@@ -49,7 +50,7 @@
              Binds: TBinds;
              Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
              CurrHedgehog: LongWord;
-             NameTag: PSDL_Surface;
+             NameTagTex: PTexture;
              CrosshairSurf,
              GraveSurf,
              HealthSurf: PSDL_Surface;