fix for the cannon scene

svn-id: r6339
This commit is contained in:
Max Horn 2003-01-05 22:16:09 +00:00
parent 65fdb8fbf0
commit a6d89ad7fd

View File

@ -1101,7 +1101,7 @@ void Scumm_v6::o6_putActorInRoom()
if (!a)
return;
if (room == 0xFF) {
if (room == 0xFF || room == 0x7FFFFFFF) {
room = a->room;
} else {
if (a->visible && _currentRoom != room && _vars[VAR_TALK_ACTOR] == a->number) {