[Scummvm-git-logs] scummvm master -> a86e326967f9d5a63f30e0815f634f9b9cd52067
rvanlaar
roland at rolandvanlaar.nl
Fri Jul 3 20:35:55 UTC 2020
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:
a86e326967 DIRECTOR: handle unk1 -> offset change in debugtext
Commit: a86e326967f9d5a63f30e0815f634f9b9cd52067
https://github.com/scummvm/scummvm/commit/a86e326967f9d5a63f30e0815f634f9b9cd52067
Author: Roland van Laar (roland at rolandvanlaar.nl)
Date: 2020-07-03T22:34:31+02:00
Commit Message:
DIRECTOR: handle unk1 -> offset change in debugtext
Changed paths:
engines/director/stxt.cpp
diff --git a/engines/director/stxt.cpp b/engines/director/stxt.cpp
index d9413527df..eb97dd159e 100644
--- a/engines/director/stxt.cpp
+++ b/engines/director/stxt.cpp
@@ -60,7 +60,7 @@ Stxt::Stxt(Common::SeekableSubReadStreamEndian &textStream) {
}
text += ch;
}
- debugC(3, kDebugText, "Stxt init: unk1: %d strLen: %d dataLen: %d textlen: %u", offset, strLen, dataLen, text.size());
+ debugC(3, kDebugText, "Stxt init: offset: %d strLen: %d dataLen: %d textlen: %u", offset, strLen, dataLen, text.size());
if (strLen < 200)
debugC(3, kDebugText, "text: '%s'", Common::toPrintable(text).c_str());
More information about the Scummvm-git-logs
mailing list