Next episode in V7 reimplementation. Nearly working

svn-id: r3658
This commit is contained in:
Vincent Hamm 2002-03-05 23:41:41 +00:00
parent 8d6efb265f
commit c21e9da1b6
6 changed files with 201 additions and 222 deletions

View file

@ -1468,10 +1468,8 @@ void Scumm::o5_loadRoomWithEgo() {
startScene(a->room, a, obj);
_vars[VAR_WALKTO_OBJ] = 0;
#if !defined(FULL_THROTTLE)
camera._dest.x = camera._cur.x = a->x;
setCameraFollows(a);
#endif
_fullRedraw=1;