hedgewars/GSHandlers.inc
changeset 813 36fffe78ff11
parent 809 b33c2def1576
child 817 7069f18517e9
--- a/hedgewars/GSHandlers.inc	Thu Mar 13 20:21:45 2008 +0000
+++ b/hedgewars/GSHandlers.inc	Fri Mar 14 16:51:24 2008 +0000
@@ -189,9 +189,9 @@
 var s: shortstring;
     font: THWFont;
 begin
-AllInactive:= false;
 if Gear^.Kind = gtHealthTag then
    begin
+   AllInactive:= false;
    font:= fnt16;
    Gear^.dY:= -_0_08
    end else