[Scummvm-git-logs] scummvm master -> 9dd894bba05d5347a24b7807796d8576b0286d54
aquadran
noreply at scummvm.org
Thu Sep 4 16:28:03 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
9dd894bba0 WINTERMUTE: Restored few original commented lines of code
Commit: 9dd894bba05d5347a24b7807796d8576b0286d54
https://github.com/scummvm/scummvm/commit/9dd894bba05d5347a24b7807796d8576b0286d54
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-09-04T18:27:58+02:00
Commit Message:
WINTERMUTE: Restored few original commented lines of code
Changed paths:
engines/wintermute/base/base_game.cpp
diff --git a/engines/wintermute/base/base_game.cpp b/engines/wintermute/base/base_game.cpp
index a12c591060a..0f30139644e 100644
--- a/engines/wintermute/base/base_game.cpp
+++ b/engines/wintermute/base/base_game.cpp
@@ -5416,6 +5416,7 @@ bool BaseGame::onMouseLeftDown() {
_capturedObject = _activeObject;
}
_mouseLeftDown = true;
+ //CBPlatform::SetCapture(m_Renderer->m_Window);
return STATUS_OK;
}
@@ -5426,6 +5427,7 @@ bool BaseGame::onMouseLeftUp() {
_activeObject->handleMouse(MOUSE_RELEASE, MOUSE_BUTTON_LEFT);
}
+ //ReleaseCapture();
_capturedObject = nullptr;
_mouseLeftDown = false;
More information about the Scummvm-git-logs
mailing list