mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
SCI: Changed the warning when applying script patches into a debug output call
svn-id: r55837
This commit is contained in:
parent
9cf8d4d548
commit
93d22c21b5
@ -1256,7 +1256,7 @@ void Script::matchSignatureAndPatch(uint16 scriptNr, byte *scriptData, const uin
|
||||
foundOffset = findSignature(signatureTable, scriptData, scriptSize);
|
||||
if (foundOffset != -1) {
|
||||
// found, so apply the patch
|
||||
warning("matched and patched %s on script %d offset %d", signatureTable->description, scriptNr, foundOffset);
|
||||
debugC(kDebugLevelScripts, "matched and patched %s on script %d offset %d", signatureTable->description, scriptNr, foundOffset);
|
||||
applyPatch(signatureTable->patch, scriptData, scriptSize, foundOffset);
|
||||
}
|
||||
applyCount--;
|
||||
|
Loading…
Reference in New Issue
Block a user