[Scummvm-git-logs] scummvm master -> fcd20fa0b13bf2ee9aebb1c021442ca82ae4cb17

Strangerke noreply at scummvm.org
Sat Oct 12 21:32:38 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:
fcd20fa0b1 M4: RIDDLE: Remove a triggerMachineByHashCallbackNegative to fix compilation (as in previous commit by Dreammaster)


Commit: fcd20fa0b13bf2ee9aebb1c021442ca82ae4cb17
    https://github.com/scummvm/scummvm/commit/fcd20fa0b13bf2ee9aebb1c021442ca82ae4cb17
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-10-12T23:32:28+01:00

Commit Message:
M4: RIDDLE: Remove a triggerMachineByHashCallbackNegative to fix compilation (as in previous commit by Dreammaster)

Changed paths:
    engines/m4/riddle/rooms/section8/room803.cpp


diff --git a/engines/m4/riddle/rooms/section8/room803.cpp b/engines/m4/riddle/rooms/section8/room803.cpp
index d5ef87b4b7c..59b3529cf71 100644
--- a/engines/m4/riddle/rooms/section8/room803.cpp
+++ b/engines/m4/riddle/rooms/section8/room803.cpp
@@ -200,7 +200,7 @@ void Room803::daemonSub1() {
 			terminateMachine(_meiStepOffPileMach);
 
 		_meiStepOffPile = series_load("MEI STEPS OFF PILE", -1, nullptr);
-		_meiStepOffPileMach = TriggerMachineByHash(1, 1, 0, 0, 0, 0, 0, 0, 100, 256, 0, triggerMachineByHashCallbackNegative, "rip");
+		_meiStepOffPileMach = TriggerMachineByHash(1, 1, 0, 0, 0, 0, 0, 0, 100, 256, 0, triggerMachineByHashCallback, "rip");
 		sendWSMessage_10000(1, _meiStepOffPileMach, _meiStepOffPile, 57, 50, -1, _meiStepOffPile, 57, 60, 1);
 		digi_play("803r01", 1, 255, 5, -1);
 		break;




More information about the Scummvm-git-logs mailing list