[Scummvm-git-logs] scummvm master -> 6ac2b368b381262e4390d82ea6587d9585fbd992
dreammaster
noreply at scummvm.org
Wed Jan 17 04:46:14 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:
6ac2b368b3 M4: RIDDLE: Compilation fix
Commit: 6ac2b368b381262e4390d82ea6587d9585fbd992
https://github.com/scummvm/scummvm/commit/6ac2b368b381262e4390d82ea6587d9585fbd992
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-01-16T20:46:08-08:00
Commit Message:
M4: RIDDLE: Compilation fix
Changed paths:
engines/m4/wscript/ws_machine.cpp
diff --git a/engines/m4/wscript/ws_machine.cpp b/engines/m4/wscript/ws_machine.cpp
index 5ef0dcf1e14..e3dc82ca777 100644
--- a/engines/m4/wscript/ws_machine.cpp
+++ b/engines/m4/wscript/ws_machine.cpp
@@ -1254,7 +1254,7 @@ void sendWSMessage(uint32 msgHash, frac16 msgValue, machine *recvM,
}
void sendWSMessage(int32 val1, machine *recv, int32 val2, int32 val3, int32 val4,
- int32 trigger, int val5, int32 val6, int32 val7, int32 val8) {
+ int32 trigger, int32 val5, int32 val6, int32 val7, int32 val8) {
if (!trigger)
trigger = -1;
More information about the Scummvm-git-logs
mailing list