aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v60he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-06-19 04:09:39 +0000
committerTravis Howell2006-06-19 04:09:39 +0000
commitbc6306192d3f31ff3ab7b72585ec7b58687dc59c (patch)
treee6b9d676abfc998f8e5fa2e0031177fa12adc24b /engines/scumm/he/script_v60he.cpp
parent15c26ed5eba1134e67caa14d3359f06409b86441 (diff)
downloadscummvm-rg350-bc6306192d3f31ff3ab7b72585ec7b58687dc59c.tar.gz
scummvm-rg350-bc6306192d3f31ff3ab7b72585ec7b58687dc59c.tar.bz2
scummvm-rg350-bc6306192d3f31ff3ab7b72585ec7b58687dc59c.zip
Fix screen scrolling glitch when looking at the top of closet in parents room of DOS version of fbear
svn-id: r23174
Diffstat (limited to 'engines/scumm/he/script_v60he.cpp')
-rw-r--r--engines/scumm/he/script_v60he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v60he.cpp b/engines/scumm/he/script_v60he.cpp
index 24efa9eabc..d6de73d123 100644
--- a/engines/scumm/he/script_v60he.cpp
+++ b/engines/scumm/he/script_v60he.cpp
@@ -519,6 +519,7 @@ void ScummEngine_v60he::o60_roomOps() {
} else if (a) {
_switchRoomEffect = (byte)(a & 0xFF);
_switchRoomEffect2 = (byte)(a >> 8);
+ setScrollBuffer();
} else {
fadeIn(_newEffect);
}