[Scummvm-git-logs] scummvm master -> 0d7cc92e364cb34805313bfdc6aad8b30b0372ae

eriktorbjorn noreply at scummvm.org
Thu Sep 19 05:50:49 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:
0d7cc92e36 M4: RIDDLE: Fix operator typo


Commit: 0d7cc92e364cb34805313bfdc6aad8b30b0372ae
    https://github.com/scummvm/scummvm/commit/0d7cc92e364cb34805313bfdc6aad8b30b0372ae
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2024-09-19T07:50:35+02:00

Commit Message:
M4: RIDDLE: Fix operator typo

Changed paths:
    engines/m4/riddle/rooms/section6/room603.cpp


diff --git a/engines/m4/riddle/rooms/section6/room603.cpp b/engines/m4/riddle/rooms/section6/room603.cpp
index 46746f15c4e..f6c24785db1 100644
--- a/engines/m4/riddle/rooms/section6/room603.cpp
+++ b/engines/m4/riddle/rooms/section6/room603.cpp
@@ -645,7 +645,7 @@ void Room603::conv603a() {
 					_val8 = 16;
 					kernel_timing_trigger(1, 400, KT_DAEMON, KT_PARSE);
 					conv_resume();
-				} else if (node = 0 || node == 1 || node == 2) {
+				} else if (node == 0 || node == 1 || node == 2) {
 					sendWSMessage_10000(1, _tt, _ttDigShirtOff, 43, 43, -1,
 						_ttDigShirtOff, 43, 43, 0);
 					conv_resume();




More information about the Scummvm-git-logs mailing list