diff options
-rw-r--r-- | engines/director/frame.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/director/frame.cpp b/engines/director/frame.cpp index bbaa61d1d3..9b8f25f4fa 100644 --- a/engines/director/frame.cpp +++ b/engines/director/frame.cpp @@ -842,6 +842,8 @@ void Frame::renderText(Graphics::ManagedSurface &surface, uint16 spriteId, Commo textCast->palinfo2 = textStream->readUint16(); textCast->palinfo3 = textStream->readUint16(); + debugC(3, kDebugText, "renderText: formattingCount: %u formatStartOffset: %d", formattingCount, formatStartOffset); + formattingCount--; } |