mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 00:27:31 +00:00
SCUMM: HE: Remove Extraneous Field Reference From Debug Output
This caused a GCC Compiler Warning.
This commit is contained in:
parent
6c543ea22f
commit
0c07b2a897
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user