hedgewars/GSHandlers.inc
changeset 4621 1d45bf63f25c
parent 4617 42aad2cd981e
child 4625 f3ff30611c75
--- a/hedgewars/GSHandlers.inc	Wed Dec 22 01:17:46 2010 -0500
+++ b/hedgewars/GSHandlers.inc	Wed Dec 22 01:19:47 2010 -0500
@@ -574,7 +574,7 @@
         yy:= hwRound(Y);
         if vobVelocity <> 0 then
             begin
-            DirAngle := DirAngle + (Angle / 125000000);
+            DirAngle := DirAngle + (Angle / 1250000000);
             if DirAngle < 0 then DirAngle := DirAngle + 360
             else if 360 < DirAngle then DirAngle := DirAngle - 360;
             end;