Commit MI1/Indy4/etc crash fix :)
svn-id: r4081
This commit is contained in:
parent
ce464ac7e4
commit
b065d233d1
3 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue