diff -r 63ae90011a52 -r 5ecf042f6113 hedgewars/uTeams.pas --- 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;