aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 85d351329c..cb0ba22b82 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -415,7 +415,6 @@ void SkyState::delay(uint amount) { //copied and mutilated from Simon.cpp
if (!(_systemVars.systemFlags & SF_MOUSE_LOCKED)) {
_sdl_mouse_x = event.mouse.x;
_sdl_mouse_y = event.mouse.y;
- _system->set_mouse_pos(_sdl_mouse_x, _sdl_mouse_y);
}
break;