aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v2.cpp
diff options
context:
space:
mode:
authorTobias Gunkel2012-02-04 18:34:08 +0100
committerTobias Gunkel2012-02-11 08:30:08 +0100
commit9dd6105ce62210509207dc61607543b7bcf5639d (patch)
tree83bd5eed06f9a48d1b7f9cf28c0edc57359121ca /engines/scumm/script_v2.cpp
parent8d3b27293965ea17a4a34a1258688f9eeb3410d1 (diff)
downloadscummvm-rg350-9dd6105ce62210509207dc61607543b7bcf5639d.tar.gz
scummvm-rg350-9dd6105ce62210509207dc61607543b7bcf5639d.tar.bz2
scummvm-rg350-9dd6105ce62210509207dc61607543b7bcf5639d.zip
SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 versions
In addition some routines (e.g. the gfx ones) that are even used in v1.
Diffstat (limited to 'engines/scumm/script_v2.cpp')
-rw-r--r--engines/scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/script_v2.cpp b/engines/scumm/script_v2.cpp
index 1b8dc965e0..9c8742cffd 100644
--- a/engines/scumm/script_v2.cpp
+++ b/engines/scumm/script_v2.cpp
@@ -401,7 +401,7 @@ void ScummEngine_v2::decodeParseString() {
_string[textSlot].overhead = false;
if (_game.id == GID_MANIAC && _actorToPrintStrFor == 0xFF) {
- if (_game.platform == Common::kPlatformC64) {
+ if (_game.version == 0) {
_string[textSlot].color = 14;
} else if (_game.features & GF_DEMO) {
_string[textSlot].color = (_game.version == 2) ? 15 : 1;