argh. typo.
authornemo
Tue, 02 Nov 2010 09:10:53 -0400
changeset 4094 8bb301767c9f
parent 4093 70945af0d7e1
child 4095 bc71520224ec
argh. typo.
hedgewars/GearDrawing.inc
--- a/hedgewars/GearDrawing.inc	Tue Nov 02 09:06:50 2010 -0400
+++ b/hedgewars/GearDrawing.inc	Tue Nov 02 09:10:53 2010 -0400
@@ -98,7 +98,7 @@
 
             // add hog's position
             lx:= lx + ox - WorldDx;
-            ly:= ly + ox - WorldDy;
+            ly:= ly + oy - WorldDy;
 
             // decrease number of iterations required
             ax:= dx * 4;