hedgewars/HHHandlers.inc
changeset 1347 1102e19780b9
parent 1286 a02a5345b91e
child 1505 3a96e93572cb
--- a/hedgewars/HHHandlers.inc	Mon Oct 13 12:58:44 2008 +0000
+++ b/hedgewars/HHHandlers.inc	Mon Oct 13 14:44:15 2008 +0000
@@ -617,6 +617,7 @@
 		Gear^.Timer:= 0;
 		Gear^.State:= Gear^.State or gstHHDeath;
 		Gear^.doStep:= @doStepHedgehogDead;
+		FollowGear:= Gear;
 		PrvInactive:= false;
 		AllInactive:= false
 		end;