--- a/hedgewars/uTeams.pas Mon Jul 31 11:31:31 2006 +0000
+++ b/hedgewars/uTeams.pas Sat Aug 05 20:57:36 2006 +0000
@@ -41,7 +41,7 @@
THedgehog = record
Name: string[MAXNAMELEN];
Gear: PGear;
- NameRect, HealthRect, HealthTagRect: TSDL_Rect;
+ NameTag, HealthTag: PSDL_Surface;
Ammo: PHHAmmo;
CurSlot, CurAmmo: LongWord;
AltSlot, AltAmmo: LongWord;
@@ -60,7 +60,8 @@
Hedgehogs: array[0..cMaxHHIndex] of THedgehog;
Ammos: array[0..cMaxHHIndex] of THHAmmo;
CurrHedgehog: integer;
- NameRect, CrossHairRect,
+ NameTag: PSDL_Surface;
+ CrossHairRect,
GraveRect, HealthRect: TSDL_Rect;
GraveName: string;
FortName: string;