diff -r 024369e09a53 -r a4a5ec6c61d4 hedgewars/HHHandlers.inc --- a/hedgewars/HHHandlers.inc Thu Apr 24 14:49:19 2008 +0000 +++ b/hedgewars/HHHandlers.inc Thu Apr 24 15:03:57 2008 +0000 @@ -505,7 +505,11 @@ doStepHedgehogMoving(Gear); -if (Gear^.State and gstMoving) <> 0 then exit; +if (Gear^.State and gstMoving) <> 0 then + begin + AllInactive:= false; + exit + end; if (Gear^.Health = 0) then begin