[Scummvm-git-logs] scummvm master -> cf90a878fdafa5b926a9443da8cae6b84fcccc68
eriktorbjorn
noreply at scummvm.org
Sun Dec 8 09:55:29 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:
cf90a878fd M4: RIDDLE: Fix compilation by reinstating previously unused variable
Commit: cf90a878fdafa5b926a9443da8cae6b84fcccc68
https://github.com/scummvm/scummvm/commit/cf90a878fdafa5b926a9443da8cae6b84fcccc68
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-12-08T10:54:59+01:00
Commit Message:
M4: RIDDLE: Fix compilation by reinstating previously unused variable
Changed paths:
engines/m4/riddle/rooms/section7/room705.cpp
diff --git a/engines/m4/riddle/rooms/section7/room705.cpp b/engines/m4/riddle/rooms/section7/room705.cpp
index 3c227237790..18acea9ad54 100644
--- a/engines/m4/riddle/rooms/section7/room705.cpp
+++ b/engines/m4/riddle/rooms/section7/room705.cpp
@@ -139,7 +139,7 @@ void Room705::pre_parser() {
void Room705::parser() {
bool ecx = player_said_any("look", "look at");
const bool talkFl = player_said_any("talk", "talk to");
- //bool edi = player_said("take");
+ bool edi = player_said("take");
//bool gearFl = player_said_any("push", "pull", "gear", "open", "close");
if (player_said("conv705a")) {
More information about the Scummvm-git-logs
mailing list