hedgewars/uGearsRender.pas
changeset 7339 5984b749ad9b
parent 7337 c224cd2d32f3
child 7374 514138949c76
child 7389 15c3fb4882df
--- a/hedgewars/uGearsRender.pas	Wed Jul 04 10:56:42 2012 -0400
+++ b/hedgewars/uGearsRender.pas	Wed Jul 04 12:41:47 2012 -0400
@@ -1018,7 +1018,7 @@
                     if Gear^.Timer < 1833 then
                         begin
                         DrawTextureRotatedF(SpritesData[sprPortal].texture, min(abs(1.25 - (Gear^.Timer mod 1333) / 400), 1.25), 0, 0,
-                                            Gear^.Angle+WorldDx, Gear^.Power+WorldDy-16, 4+Gear^.Tag, 1, 32, 32, 270);
+                                            x, Gear^.Angle+WorldDy-16, 4+Gear^.Tag, 1, 32, 32, 270);
                         end
                     end;
       gtExplosives: begin