[Scummvm-git-logs] scummvm master -> b3c1ed66e4ca02ed2c5f33363c8a04a7574e8489

digitall dgturner at iee.org
Wed Aug 2 14:19:59 CEST 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:
b3c1ed66e4 DIRECTOR: Fix GCC Compiler Warnings.


Commit: b3c1ed66e4ca02ed2c5f33363c8a04a7574e8489
    https://github.com/scummvm/scummvm/commit/b3c1ed66e4ca02ed2c5f33363c8a04a7574e8489
Author: D G Turner (digitall at scummvm.org)
Date: 2017-08-02T13:26:29+01:00

Commit Message:
DIRECTOR: Fix GCC Compiler Warnings.

Changed paths:
    engines/director/stxt.cpp


diff --git a/engines/director/stxt.cpp b/engines/director/stxt.cpp
index 071a629..965dc49 100644
--- a/engines/director/stxt.cpp
+++ b/engines/director/stxt.cpp
@@ -59,8 +59,8 @@ Stxt::Stxt(Common::SeekableSubReadStreamEndian &textStream) {
 		_palinfo2 = textStream.readUint16();
 		_palinfo3 = textStream.readUint16();
 
-		debugC(3, kDebugText, "Stxt init: formattingCount: %u, formatStartOffset: %d, height: %d ascent: %d, fontId: %d, textSlant: %d",
-			   formattingCount, formatStartOffset, height, ascent, _fontId, _textSlant);
+		debugC(3, kDebugText, "Stxt init: formattingCount: %u, formatStartOffset: %d, height: %d ascent: %d, fontId: %d, textSlant: %d padding: 0x%02x",
+			   formattingCount, formatStartOffset, height, ascent, _fontId, _textSlant, padding);
 
 		debugC(3, kDebugText, "        fontSize: %d, p0: %x p1: %x p2: %x", _fontSize, _palinfo1, _palinfo2, _palinfo3);
 





More information about the Scummvm-git-logs mailing list