mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
MYST3: Uncomment mistakenly commented line
This commit is contained in:
parent
fa12f7e35e
commit
019e7970f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user