aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/string.cpp')
-rw-r--r--engines/scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
index 62a29b3013..83b4e90cf6 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -586,7 +586,7 @@ void ScummEngine::CHARSET_1() {
_nextTop += _charset->getFontHeight();
}
if (_game.version > 3) {
- // FIXME - is this really needed?
+ // FIXME: is this really needed?
_charset->_disableOffsX = true;
}
continue;