diff options
author | Jonathan Gray | 2003-04-07 23:31:42 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-04-07 23:31:42 +0000 |
commit | a3a47bcb80925765911a269b9d19c2e6003b32e9 (patch) | |
tree | 3dc1e94c2ec36ddce7aeadd0fb6addf18940e24a | |
parent | 406b0072e14a655f10c652d990c30944406e5bbb (diff) | |
download | scummvm-rg350-a3a47bcb80925765911a269b9d19c2e6003b32e9.tar.gz scummvm-rg350-a3a47bcb80925765911a269b9d19c2e6003b32e9.tar.bz2 scummvm-rg350-a3a47bcb80925765911a269b9d19c2e6003b32e9.zip |
remove old fixme that seemingly isn't needed anymore. note this triggers an assertion in zak when text is used for some strange reason, but should make indy3/zak256 strings look normal again
svn-id: r6938
-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)) |