changeset 2196 | 7032f286301b |
parent 2190 | cfcad6142d48 |
child 2202 | 29508a2924c2 |
--- a/hedgewars/GSHandlers.inc Thu Jun 25 10:49:40 2009 +0000 +++ b/hedgewars/GSHandlers.inc Thu Jun 25 10:50:44 2009 +0000 @@ -2235,6 +2235,8 @@ Gear^.X:= HHGear^.X; Gear^.Y:= HHGear^.Y; +// For some reason I need to reapply followgear here, something else grabs it otherwise. +FollowGear:= HHGear; doStepHedgehogMoving(HHGear); if (Gear^.Health = 0)