Fix for bug #1202029 (MI1VGA: Guybrush turns into a rowboat)
svn-id: r18347
This commit is contained in:
parent
1e1226ccbd
commit
d1f2a7a182
1 changed files with 1 additions and 1 deletions
|
@ -1497,7 +1497,7 @@ void ScummEngine_v5::o5_loadRoomWithEgo() {
|
|||
|
||||
a = derefActor(VAR(VAR_EGO), "o5_loadRoomWithEgo");
|
||||
|
||||
a->putActor(0, 0, room);
|
||||
a->putActor(a->_pos.x, a->_pos.y, room);
|
||||
oldDir = a->getFacing();
|
||||
_egoPositioned = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue