From 019e7970f95dabcb34c3b0a3b3935a30e608238e Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sat, 15 Feb 2014 21:18:25 +0100 Subject: [PATCH] MYST3: Uncomment mistakenly commented line --- engines/myst3/cursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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