[Scummvm-git-logs] scummvm master -> 4eb353c0be3aa287cf2a58c5feda926c77958560
grisenti
noreply at scummvm.org
Wed Dec 28 21:06:06 UTC 2022
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:
4eb353c0be HPL1: reenable mouse locking
Commit: 4eb353c0be3aa287cf2a58c5feda926c77958560
https://github.com/scummvm/scummvm/commit/4eb353c0be3aa287cf2a58c5feda926c77958560
Author: grisenti (emanuele at grisenti.net)
Date: 2022-12-28T22:05:48+01:00
Commit Message:
HPL1: reenable mouse locking
Changed paths:
engines/hpl1/engine/impl/LowLevelInputSDL.cpp
diff --git a/engines/hpl1/engine/impl/LowLevelInputSDL.cpp b/engines/hpl1/engine/impl/LowLevelInputSDL.cpp
index 5a96cb4ec4a..dc4cdecbdf7 100644
--- a/engines/hpl1/engine/impl/LowLevelInputSDL.cpp
+++ b/engines/hpl1/engine/impl/LowLevelInputSDL.cpp
@@ -49,7 +49,7 @@ cLowLevelInputSDL::~cLowLevelInputSDL() {
//-----------------------------------------------------------------------
void cLowLevelInputSDL::LockInput(bool abX) {
- //g_system->lockMouse(abX);
+ g_system->lockMouse(abX);
}
//-----------------------------------------------------------------------
More information about the Scummvm-git-logs
mailing list