SCUMM: Fix bug #4515 (Dr. Fred facing wrong way in lab cutscene)
This commit is contained in:
parent
e17fa6216b
commit
485f26e4d6
2 changed files with 4 additions and 6 deletions
|
@ -1131,9 +1131,6 @@ void ScummEngine_v2::o2_putActor() {
|
|||
x = getVarOrDirectByte(PARAM_2);
|
||||
y = getVarOrDirectByte(PARAM_3);
|
||||
|
||||
if (_game.id == GID_MANIAC && _game.version <= 1 && _game.platform != Common::kPlatformNES)
|
||||
a->setFacing(180);
|
||||
|
||||
a->putActor(x, y);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue