[Scummvm-git-logs] scummvm master -> 0c07b2a897766ca32642f6fc0599d301c7b95b39
digitall
noreply at scummvm.org
Tue Jul 9 23:50:31 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:
0c07b2a897 SCUMM: HE: Remove Extraneous Field Reference From Debug Output
Commit: 0c07b2a897766ca32642f6fc0599d301c7b95b39
https://github.com/scummvm/scummvm/commit/0c07b2a897766ca32642f6fc0599d301c7b95b39
Author: D G Turner (digitall at scummvm.org)
Date: 2024-07-10T00:49:14+01:00
Commit Message:
SCUMM: HE: Remove Extraneous Field Reference From Debug Output
This caused a GCC Compiler Warning.
Changed paths:
engines/scumm/he/script_v72he.cpp
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index 45ac351e0ba..0d2e7b7849c 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -318,7 +318,7 @@ void ScummEngine_v72he::arrayBlockOperation(
debug("ScummEngine_v72he::arrayBlockOperation(): "
"{%8d}[ %4d to %4d ][ %4d to %4d ] = "
"({%8d}[ %4d to %4d ][ %4d to %4d ] <?> "
- "{%8d}[ %4d to %4d ][ %4d to %4d ] <%d>)\n",
+ "{%8d}[ %4d to %4d ][ %4d to %4d ] <?>)\n",
dstVariable, dstDownMin, dstDownMax, dstAcrossMin, dstAcrossMax,
a2Variable, a2DownMin, a2DownMax, a2AcrossMin, a2AcrossMax,
a1Variable, a1DownMin, a1DownMax, a1AcrossMin, a1AcrossMax);
More information about the Scummvm-git-logs
mailing list