[Scummvm-git-logs] scummvm master -> e04f71391cae28854e15f832eac0e0ded69c941c
Strangerke
noreply at scummvm.org
Tue Dec 10 22:33:42 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:
e04f71391c M4: RIDDLE: Room 901: Fix issue in daemon (CID 1532969)
Commit: e04f71391cae28854e15f832eac0e0ded69c941c
https://github.com/scummvm/scummvm/commit/e04f71391cae28854e15f832eac0e0ded69c941c
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-12-10T23:33:21+01:00
Commit Message:
M4: RIDDLE: Room 901: Fix issue in daemon (CID 1532969)
Changed paths:
engines/m4/riddle/rooms/section9/room901.cpp
diff --git a/engines/m4/riddle/rooms/section9/room901.cpp b/engines/m4/riddle/rooms/section9/room901.cpp
index c6060a5099b..230f6ecbf7a 100644
--- a/engines/m4/riddle/rooms/section9/room901.cpp
+++ b/engines/m4/riddle/rooms/section9/room901.cpp
@@ -22,7 +22,6 @@
#include "common/config-manager.h"
#include "m4/riddle/rooms/section9/room901.h"
#include "m4/riddle/hotkeys.h"
-#include "m4/graphics/gr_series.h"
#include "m4/riddle/vars.h"
#include "m4/gui/gui_sys.h"
#include "m4/platform/keys.h"
@@ -120,7 +119,7 @@ void Room901::daemon() {
_btnPressed = true;
} else if (_btnPressed) {
_btnPressed = false;
- mouseReleased = false;
+ mouseReleased = true;
}
if (mouseReleased)
More information about the Scummvm-git-logs
mailing list