summaryrefslogtreecommitdiff
path: root/src/video
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-09 16:05:24 +0000
committerrubidium <rubidium@openttd.org>2009-11-09 16:05:24 +0000
commitcbf4b80b86a3fec2e8021e618fd828e9953c464b (patch)
treecfaf9c230f443b972a7eeb6281bf2e3a3b947d82 /src/video
parent85a910f02e6dd835354d11353f27f99e56ff4f1e (diff)
downloadopenttd-cbf4b80b86a3fec2e8021e618fd828e9953c464b.tar.xz
(svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging
Diffstat (limited to 'src/video')
-rw-r--r--src/video/win32_v.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp
index efa4295ed..31cc01471 100644
--- a/src/video/win32_v.cpp
+++ b/src/video/win32_v.cpp
@@ -879,7 +879,6 @@ void VideoDriver_Win32::MainLoop()
if (old_ctrl_pressed != _ctrl_pressed) HandleCtrlChanged();
GameLoop();
- _cursor.delta.x = _cursor.delta.y = 0;
if (_force_full_redraw) MarkWholeScreenDirty();