[Scummvm-git-logs] scummvm master -> ae3bc057d5cd8058e62eb3994a4a8ac38fdc927e

neuromancer noreply at scummvm.org
Tue Dec 10 21:29:16 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ae3bc057d5 FREESCAPE: return mouse to its original state


Commit: ae3bc057d5cd8058e62eb3994a4a8ac38fdc927e
    https://github.com/scummvm/scummvm/commit/ae3bc057d5cd8058e62eb3994a4a8ac38fdc927e
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2024-12-10T22:31:11+01:00

Commit Message:
FREESCAPE: return mouse to its original state

Changed paths:
    engines/freescape/freescape.cpp


diff --git a/engines/freescape/freescape.cpp b/engines/freescape/freescape.cpp
index c702ff6f82c..26ca8cdec1f 100644
--- a/engines/freescape/freescape.cpp
+++ b/engines/freescape/freescape.cpp
@@ -785,6 +785,8 @@ Common::Error FreescapeEngine::run() {
 	}
 
 	_eventManager->clearExitEvents();
+	g_system->showMouse(true);
+	g_system->lockMouse(false);
 	return Common::kNoError;
 }
 




More information about the Scummvm-git-logs mailing list