hedgewars/HHHandlers.inc
changeset 1012 36b5cc8264e8
parent 1002 14ecd5fd4fab
child 1033 622c5de38d72
--- a/hedgewars/HHHandlers.inc	Wed Jun 18 18:57:34 2008 +0000
+++ b/hedgewars/HHHandlers.inc	Wed Jun 18 19:34:06 2008 +0000
@@ -571,6 +571,7 @@
 
 if (Gear^.State and (gstMoving or gstDrowning)) <> 0 then
 	begin
+	if Gear^.Damage > 0 then CalcRotationDirAngle(Gear);
 	AllInactive:= false;
 	exit
 	end;