mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
DIRECTOR: Fix Unused Variable Compiler Warning.
This commit is contained in:
parent
16da2614fd
commit
694a840704
@ -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--;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user