diff options
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r-- | scumm/script_v8.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index 4b0d0624b5..9c32b6e9ad 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -779,7 +779,7 @@ void ScummEngine_v8::o8_cursorCommand() { int y = pop(); int x = pop(); - _system->warp_mouse(x, y); + _system->warpMouse(x, y); } break; default: |