aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-04-07 23:31:42 +0000
committerJonathan Gray2003-04-07 23:31:42 +0000
commita3a47bcb80925765911a269b9d19c2e6003b32e9 (patch)
tree3dc1e94c2ec36ddce7aeadd0fb6addf18940e24a /scumm/string.cpp
parent406b0072e14a655f10c652d990c30944406e5bbb (diff)
downloadscummvm-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
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp3
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))