fix
issue #63 and draw health bars right away for savefiles
--- a/hedgewars/uGame.pas Sun Oct 31 18:05:48 2010 +0100
+++ b/hedgewars/uGame.pas Sun Oct 31 18:28:12 2010 +0100
@@ -26,7 +26,7 @@
////////////////////
implementation
////////////////////
-uses uMisc, uConsts, uKeys, uTeams, uIO, uAI, uGears, uScript, uSound, uMobile;
+uses uMisc, uConsts, uKeys, uTeams, uIO, uAI, uGears, uScript, uSound, uMobile, uVisualGears;
procedure DoGameTick(Lag: LongInt);
var i: LongInt;
@@ -67,6 +67,7 @@
isSoundEnabled:= isSEBackup;
if isSoundEnabled then playMusic;
GameType:= gmtLocal;
+ AddVisualGear(0, 0, vgtTeamHealthSorter);
{$IFDEF IPHONEOS}InitIPC;{$ENDIF}
perfExt_SaveFinishedSynching();
end;