Fix potentional syncronizing bug
authorunc0rr
Fri, 14 Mar 2008 16:51:24 +0000
changeset 813 36fffe78ff11
parent 812 cbc392576990
child 814 7fb4417b7bc1
Fix potentional syncronizing bug
hedgewars/GSHandlers.inc
--- 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