From be2e79624719a20a72f3d650115c6365d3753841 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 17 Aug 2003 08:00:26 +0000 Subject: OOps svn-id: r9735 --- scumm/script_v5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index b3f8458121..7b9bad67fd 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -1462,7 +1462,7 @@ void Scumm_v5::o5_putActorInRoom() { a = derefActor(act, "o5_putActorInRoom"); - if (_gameId & GID_MONKEY_EGA) { + if (_gameId == GID_MONKEY_EGA || _gameId == GID_MONKEY_VGA) { if (room == 0 && a->room != _currentRoom && a->room != room && _currentRoom != room) { warning ("o5_putActorInRoom (%d [%d], %d) ignored", act, a->room, room); return; -- cgit v1.2.3