DIRECTOR: Fix Unused Variable Compiler Warning.

This commit is contained in:
D G Turner 2017-01-16 06:09:13 +00:00
parent 16da2614fd
commit 694a840704

View File

@ -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--;
}