Commit MI1/Indy4/etc crash fix :)

svn-id: r4081
This commit is contained in:
James Brown 2002-04-26 02:53:40 +00:00
parent ce464ac7e4
commit b065d233d1
3 changed files with 4 additions and 4 deletions

View file

@ -778,7 +778,7 @@ void Scumm::o5_actorSet()
a->width = getVarOrDirectByte(0x80);
break;
case 17: /* scale */
if (_gameId & GID_MONKEY_VGA) {
if (_gameId == GID_MONKEY_VGA) {
a->scalex = a->scaley = getVarOrDirectByte(0x80);
} else {
a->scalex = getVarOrDirectByte(0x80);