diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index c73dc32b513..6bfdd11a46a 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: