In Maniac Mansion (both V1 and V2), in the intro the crashing meteor faces the wrong way, i.e. it falls down "backwards". Note that the meteor is a SCUMM actor.
Happens with latest SVN. This is a regression and did not happen in the past.
As far as I can tell, the regression first appeared in revision 25370:
r25370 | fingolfin | 2007-02-04 02:24:43 +0100 (Sun, 04 Feb 2007) | 1 line
Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 character coordinates internally, not pixel coordinates. This should fix some walk bugs, but also might cause some regressions. Watch out
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=577918
Originator: NO
As far as I can tell, the regression first appeared in revision 25370:
r25370 | fingolfin | 2007-02-04 02:24:43 +0100 (Sun, 04 Feb 2007) | 1 line
Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 character coordinates internally, not pixel coordinates. This should fix some walk bugs, but also might cause some regressions. Watch out
Logged In: YES
user_id=12935
Originator: YES
Not very surprising considering it was the only walk code change made recently :)