diff options
| author | Max Horn | 2006-01-10 00:34:13 +0000 |
|---|---|---|
| committer | Max Horn | 2006-01-10 00:34:13 +0000 |
| commit | 713a646409fed4ff46c61f1cc6417b5fe8d3d8c9 (patch) | |
| tree | 9a52eac022fa8f55efd3d4959b37994096fe4dc7 /scumm/script_v5.cpp | |
| parent | a3f6c5d112cab5ef07deaab545ebfc647bd24ff7 (diff) | |
| download | scummvm-rg350-713a646409fed4ff46c61f1cc6417b5fe8d3d8c9.tar.gz scummvm-rg350-713a646409fed4ff46c61f1cc6417b5fe8d3d8c9.tar.bz2 scummvm-rg350-713a646409fed4ff46c61f1cc6417b5fe8d3d8c9.zip | |
Cleanup; moving things around a bit
svn-id: r19961
Diffstat (limited to 'scumm/script_v5.cpp')
| -rw-r--r-- | scumm/script_v5.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp index ce68d859e1..382d0f28f0 100644 --- a/scumm/script_v5.cpp +++ b/scumm/script_v5.cpp @@ -2818,7 +2818,7 @@ void ScummEngine_v5::o5_oldRoomEffect() { int byte_2FCCF = 0; // For now, we force a redraw of the screen background. This - // Makes the Zak end credits work more or less correctly. + // way the Zak end credits seem to work mostly correct. VirtScreen *vs = &virtscr[0]; restoreBG(Common::Rect(0,vs->topline, vs->w, vs->topline + vs->h)); vs->setDirtyRange(0, vs->h); |
