[Scummvm-cvs-logs] scummvm master -> 54acbdccc619bd70b946b693f70b28316d1d1f28

lskovlun lskovlun at sprogklog.dk
Mon Dec 28 10:30:09 CET 2015


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:
54acbdccc6 SCI: Fix obsolete comment


Commit: 54acbdccc619bd70b946b693f70b28316d1d1f28
    https://github.com/scummvm/scummvm/commit/54acbdccc619bd70b946b693f70b28316d1d1f28
Author: Lars Skovlund (lskovlun at sprogklog.dk)
Date: 2015-12-28T10:28:27+01:00

Commit Message:
SCI: Fix obsolete comment

Changed paths:
    engines/sci/graphics/text16.cpp



diff --git a/engines/sci/graphics/text16.cpp b/engines/sci/graphics/text16.cpp
index d118302..b0f2c52 100644
--- a/engines/sci/graphics/text16.cpp
+++ b/engines/sci/graphics/text16.cpp
@@ -83,8 +83,7 @@ void GfxText16::ClearChar(int16 chr) {
 }
 
 // This internal function gets called as soon as a '|' is found in a text. It
-// will process the encountered code and set new font/set color. We only support
-// one-digit codes currently, don't know if multi-digit codes are possible.
+// will process the encountered code and set new font/set color. 
 // Returns textcode character count.
 int16 GfxText16::CodeProcessing(const char *&text, GuiResourceId orgFontId, int16 orgPenColor, bool doingDrawing) {
 	const char *textCode = text;






More information about the Scummvm-git-logs mailing list