[Scummvm-git-logs] scummvm master -> a71e60712679b5939f325b47d9b83dc6c77cd251
digitall
noreply at scummvm.org
Sat Dec 7 13:20:17 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:
a71e607126 M4: Fix Unused Variable GCC Compiler Warning
Commit: a71e60712679b5939f325b47d9b83dc6c77cd251
https://github.com/scummvm/scummvm/commit/a71e60712679b5939f325b47d9b83dc6c77cd251
Author: D G Turner (digitall at scummvm.org)
Date: 2024-12-07T13:19:42Z
Commit Message:
M4: Fix Unused Variable GCC Compiler Warning
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 69ddd63cce4..6f3e0a36b02 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