From 694a84070466a370e16dd503803d0ebc3b132a36 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Mon, 16 Jan 2017 06:09:13 +0000 Subject: DIRECTOR: Fix Unused Variable Compiler Warning. --- engines/director/frame.cpp | 2 ++ 1 file changed, 2 insertions(+) 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--; } -- cgit v1.2.3