aboutsummaryrefslogtreecommitdiff
path: root/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/string.cpp')
-rw-r--r--scumm/string.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp
index 49c45a378b..e949a04a55 100644
--- a/scumm/string.cpp
+++ b/scumm/string.cpp
@@ -236,7 +236,9 @@ void ScummEngine::CHARSET_1() {
if (_charset->_center) {
_charset->_nextLeft -= _charset->getStringWidth(0, buffer) / 2;
}
- if (!(_platform == Common::kPlatformFMTowns) && _string[0].height) {
+ if (_platform == Common::kPlatformC64 && _gameId == GID_MANIAC) {
+ break;
+ } else if (!(_platform == Common::kPlatformFMTowns) && _string[0].height) {
_charset->_nextTop += _string[0].height;
} else {
_charset->_nextTop += _charset->getFontHeight();