hedgewars/HHHandlers.inc
changeset 865 a4a5ec6c61d4
parent 864 024369e09a53
child 866 ac6f6c95c23f
--- 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