diff options
-rw-r--r-- | scumm/string.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index 7a5369272a..646880b55f 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -749,9 +749,6 @@ void Scumm::addStringToStack(int var) { void Scumm::initCharset(int charsetno) { int i; - if (_features & GF_OLD256) - charsetno = !charsetno; - if (_features & GF_SMALL_HEADER) loadCharset(charsetno); else if (!getResourceAddress(rtCharset, charsetno)) |