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:
parent
15c26ed5eb
commit
bc6306192d
5 changed files with 16 additions and 10 deletions
|
@ -1707,6 +1707,7 @@ void ScummEngine_v6::o6_roomOps() {
|
|||
if (a) {
|
||||
_switchRoomEffect = (byte)(a & 0xFF);
|
||||
_switchRoomEffect2 = (byte)(a >> 8);
|
||||
setScrollBuffer();
|
||||
} else {
|
||||
fadeIn(_newEffect);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue