[Scummvm-git-logs] scummvm master -> 694a84070466a370e16dd503803d0ebc3b132a36

digitall dgturner at iee.org
Mon Jan 16 07:02:29 CET 2017


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:
694a840704 DIRECTOR: Fix Unused Variable Compiler Warning.


Commit: 694a84070466a370e16dd503803d0ebc3b132a36
    https://github.com/scummvm/scummvm/commit/694a84070466a370e16dd503803d0ebc3b132a36
Author: D G Turner (digitall at scummvm.org)
Date: 2017-01-16T06:09:13Z

Commit Message:
DIRECTOR: Fix Unused Variable Compiler Warning.

Changed paths:
    engines/director/frame.cpp


diff --git a/engines/director/frame.cpp b/engines/director/frame.cpp
index bbaa61d..9b8f25f 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--;
 	}
 





More information about the Scummvm-git-logs mailing list