Fix for bug #1202029 (MI1VGA: Guybrush turns into a rowboat)

svn-id: r18347
This commit is contained in:
Max Horn 2005-06-04 23:02:54 +00:00
parent 1e1226ccbd
commit d1f2a7a182

View file

@ -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;