[Scummvm-git-logs] scummvm master -> 70df4cb75711ac0265fec452af38f9ccbb6aab0a
Strangerke
noreply at scummvm.org
Thu Jul 10 23:00:29 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:
70df4cb757 M4: RIDDLE: Fix in room 701 to allow cascade of parsing in parse_player_command_now()
Commit: 70df4cb75711ac0265fec452af38f9ccbb6aab0a
https://github.com/scummvm/scummvm/commit/70df4cb75711ac0265fec452af38f9ccbb6aab0a
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-07-10T23:59:12+01:00
Commit Message:
M4: RIDDLE: Fix in room 701 to allow cascade of parsing in parse_player_command_now()
Changed paths:
engines/m4/riddle/rooms/section7/room701.cpp
diff --git a/engines/m4/riddle/rooms/section7/room701.cpp b/engines/m4/riddle/rooms/section7/room701.cpp
index 37d8da115f4..06db7326a9a 100644
--- a/engines/m4/riddle/rooms/section7/room701.cpp
+++ b/engines/m4/riddle/rooms/section7/room701.cpp
@@ -359,7 +359,9 @@ void Room701::parser() {
}
}
} // player_said("rm702")
-
+ else
+ return;
+
_G(player).command_ready = false;
}
More information about the Scummvm-git-logs
mailing list