V8 fix
svn-id: r7496
This commit is contained in:
parent
afe038d6dd
commit
86b916b762
1 changed files with 4 additions and 2 deletions
|
@ -1134,9 +1134,11 @@ void Scumm_v6::o6_loadRoomWithEgo() {
|
|||
a->putActor(0, 0, room);
|
||||
_egoPositioned = false;
|
||||
|
||||
VAR(VAR_WALKTO_OBJ) = obj;
|
||||
if (VAR_WALKTO_OBJ != 0xFF)
|
||||
VAR(VAR_WALKTO_OBJ) = obj;
|
||||
startScene(a->room, a, obj);
|
||||
VAR(VAR_WALKTO_OBJ) = 0;
|
||||
if (VAR_WALKTO_OBJ != 0xFF)
|
||||
VAR(VAR_WALKTO_OBJ) = 0;
|
||||
|
||||
/* startScene maybe modifies VAR_EGO, i hope not */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue