diff options
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r-- | scumm/script_v5.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index 9a7d95f8e3..11b56a4040 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -491,7 +491,7 @@ void Scumm_v5::o5_actorSet() { a->width = getVarOrDirectByte(0x80); break; case 17: /* scale */ - if ((_gameId == GID_MONKEY_VGA) || (_gameId == GID_MONKEY_EGA)) { + if ((_gameId == GID_MONKEY_VGA) || (_gameId == GID_MONKEY_EGA) || (_gameId == GID_PASS)) { a->scalex = a->scaley = getVarOrDirectByte(0x80); } else { a->scalex = getVarOrDirectByte(0x80); |