fix for the cannon scene
svn-id: r6339
This commit is contained in:
parent
65fdb8fbf0
commit
a6d89ad7fd
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue