diff --git a/engines/myst3/cursor.cpp b/engines/myst3/cursor.cpp index 5a206409039..ac41e6396fb 100644 --- a/engines/myst3/cursor.cpp +++ b/engines/myst3/cursor.cpp @@ -125,7 +125,7 @@ void Cursor::lockPosition(bool lock) { _lockedAtCenter = lock; - //g_system->lockMouse(lock); + g_system->lockMouse(lock); if (_lockedAtCenter) { // Locking, just mouve the cursor at the center of the screen