aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r--scumm/script_v8.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index c73dc32b51..6bfdd11a46 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -747,7 +747,6 @@ void Scumm_v8::o8_cursorCommand() {
int x = pop();
_system->warp_mouse(x, y);
- _system->update_screen();
}
break;
default: