diff -r e154ccca4dad -r 18422d205080 hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Tue Oct 29 23:47:57 2013 +0400 +++ b/hedgewars/uTypes.pas Wed Oct 30 00:18:10 2013 +0400 @@ -382,7 +382,6 @@ CurrHedgehog: LongWord; NameTagTex: PTexture; GraveTex, - HealthTex, AIKillsTex, FlagTex: PTexture; Flag: shortstring; @@ -403,6 +402,7 @@ TClan = record Color: Longword; Teams: array[0..Pred(cMaxTeams)] of PTeam; + HealthTex: PTexture; TeamsNumber: Longword; TagTeamIndex: Longword; CurrTeam: LongWord;