aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-05-29 12:45:11 +0000
committerTravis Howell2006-05-29 12:45:11 +0000
commita0d14a08320166437585548f2ddabc03e5faef7e (patch)
tree7eb7a1eb3e95da7b3675c3a287d121e468711fd1 /engines/scumm/string.cpp
parent5fa3985bcbd96558d8adb0e306f1cfd0b10b2e03 (diff)
downloadscummvm-rg350-a0d14a08320166437585548f2ddabc03e5faef7e.tar.gz
scummvm-rg350-a0d14a08320166437585548f2ddabc03e5faef7e.tar.bz2
scummvm-rg350-a0d14a08320166437585548f2ddabc03e5faef7e.zip
Fix Commodore 64 versions
svn-id: r22732
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 ae795a0657..86d011f109 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -553,7 +553,7 @@ void ScummEngine::CHARSET_1() {
_charset->_nextLeft -= _charset->getStringWidth(0, _charsetBuffer + _charsetBufPos) / 2;
}
- if (_game.platform == Common::kPlatformC64 && _game.id == GID_MANIAC) {
+ if (_game.version == 0) {
break;
} else if (!(_game.platform == Common::kPlatformFMTowns) && _string[0].height) {
_charset->_nextTop += _string[0].height;