aboutsummaryrefslogtreecommitdiff
path: root/script_v2.cpp
diff options
context:
space:
mode:
authorMax Horn2002-05-12 17:51:40 +0000
committerMax Horn2002-05-12 17:51:40 +0000
commit271f50b044ec60cc97886a0927edc40dcc2bc329 (patch)
treefbc28ce4e31a653fd3678f45dcff4ab901f61ca7 /script_v2.cpp
parente78435b81799767dae965d1d833ca4dc6946e9c0 (diff)
downloadscummvm-rg350-271f50b044ec60cc97886a0927edc40dcc2bc329.tar.gz
scummvm-rg350-271f50b044ec60cc97886a0927edc40dcc2bc329.tar.bz2
scummvm-rg350-271f50b044ec60cc97886a0927edc40dcc2bc329.zip
renamed unkVirtScreen4 to fadeToBlackEffect; fixed graphic transition glitch (#551584)
svn-id: r4294
Diffstat (limited to 'script_v2.cpp')
-rw-r--r--script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/script_v2.cpp b/script_v2.cpp
index 4a25d761dd..f4dc5edf1c 100644
--- a/script_v2.cpp
+++ b/script_v2.cpp
@@ -2776,7 +2776,7 @@ void Scumm::o6_miscOps()
grabCursor(args[1], args[2], args[3], args[4]);
break;
case 5:
- unkVirtScreen4(args[1]);
+ fadeToBlackEffect(args[1]);
break;
case 6:
_fullRedraw = 1;