aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorLars Skovlund2015-12-28 10:28:27 +0100
committerLars Skovlund2015-12-28 10:28:27 +0100
commit54acbdccc619bd70b946b693f70b28316d1d1f28 (patch)
tree740bcf0e7b6a248d8f1e72734ef05861b7e8b5f4 /engines/sci
parenta2d3ffa8824c5764f2fd2ed7f5f2a5de0702ed53 (diff)
downloadscummvm-rg350-54acbdccc619bd70b946b693f70b28316d1d1f28.tar.gz
scummvm-rg350-54acbdccc619bd70b946b693f70b28316d1d1f28.tar.bz2
scummvm-rg350-54acbdccc619bd70b946b693f70b28316d1d1f28.zip
SCI: Fix obsolete comment
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/graphics/text16.cpp3
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;