--- a/hedgewars/uTypes.pas Wed Nov 27 19:10:53 2013 +0100
+++ b/hedgewars/uTypes.pas Thu Nov 28 00:41:35 2013 +0400
@@ -369,6 +369,7 @@
King: boolean; // Flag for a bunch of hedgehog attributes
Unplaced: boolean; // Flag for hog placing mode
Timer: Longword;
+ HealthBarHealth: LongInt;
Effects: array[THogEffect] of LongInt;
end;
@@ -387,8 +388,7 @@
GraveName: shortstring;
FortName: shortstring;
TeamHealth: LongInt;
- TeamHealthBarWidth,
- NewTeamHealthBarWidth: LongInt;
+ TeamHealthBarHealth: LongInt;
DrawHealthY: LongInt;
AttackBar: LongWord;
HedgehogsNumber: Longword;