diff options
author | Lars Skovlund | 2015-12-28 10:28:27 +0100 |
---|---|---|
committer | Lars Skovlund | 2015-12-28 10:28:27 +0100 |
commit | 54acbdccc619bd70b946b693f70b28316d1d1f28 (patch) | |
tree | 740bcf0e7b6a248d8f1e72734ef05861b7e8b5f4 | |
parent | a2d3ffa8824c5764f2fd2ed7f5f2a5de0702ed53 (diff) | |
download | scummvm-rg350-54acbdccc619bd70b946b693f70b28316d1d1f28.tar.gz scummvm-rg350-54acbdccc619bd70b946b693f70b28316d1d1f28.tar.bz2 scummvm-rg350-54acbdccc619bd70b946b693f70b28316d1d1f28.zip |
SCI: Fix obsolete comment
-rw-r--r-- | engines/sci/graphics/text16.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/graphics/text16.cpp b/engines/sci/graphics/text16.cpp index d118302e76..b0f2c52791 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; |