Fix screen scrolling glitch when looking at the top of closet in parents room of DOS version of fbear

svn-id: r23174
This commit is contained in:
Travis Howell 2006-06-19 04:09:39 +00:00
parent 15c26ed5eb
commit bc6306192d
5 changed files with 16 additions and 10 deletions

View file

@ -1707,6 +1707,7 @@ void ScummEngine_v6::o6_roomOps() {
if (a) {
_switchRoomEffect = (byte)(a & 0xFF);
_switchRoomEffect2 = (byte)(a >> 8);
setScrollBuffer();
} else {
fadeIn(_newEffect);
}