Apply three patches:

593567 [painelf]: Fix SNM inventory icon centering, it's an actor
593444 [wjp and eriktorbjorn]: Simon2 lockup fix
593455 [wjp]: Simon2 map fix

svn-id: r4725
This commit is contained in:
James Brown 2002-08-11 09:05:30 +00:00
parent 99e11501f4
commit 3ba577842b
3 changed files with 5 additions and 3 deletions

View file

@ -1503,7 +1503,7 @@ void Scumm::o6_loadRoomWithEgo()
/* startScene maybe modifies VAR_EGO, i hope not */
if (!(_features & GF_AFTER_V7)) {
camera._dest.x = camera._cur.x = a->x;
setCameraAt(a->x, a->y);
setCameraFollows(a);
}
_fullRedraw = 1;