diff options
author | Travis Howell | 2006-06-19 04:09:39 +0000 |
---|---|---|
committer | Travis Howell | 2006-06-19 04:09:39 +0000 |
commit | bc6306192d3f31ff3ab7b72585ec7b58687dc59c (patch) | |
tree | e6b9d676abfc998f8e5fa2e0031177fa12adc24b /engines/scumm/he | |
parent | 15c26ed5eba1134e67caa14d3359f06409b86441 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/scumm/he/script_v60he.cpp | 1 |
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); } |