aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-05-12 17:51:40 +0000
committerMax Horn2002-05-12 17:51:40 +0000
commit271f50b044ec60cc97886a0927edc40dcc2bc329 (patch)
treefbc28ce4e31a653fd3678f45dcff4ab901f61ca7 /scumm.h
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 'scumm.h')
-rw-r--r--scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm.h b/scumm.h
index 432b631297..4d9e8e2e06 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1212,7 +1212,7 @@ public:
void updateDirtyScreen(int slot);
VirtScreen *findVirtScreen(int y);
- void unkVirtScreen4(int a);
+ void fadeToBlackEffect(int a);
static void setVirtscreenDirty(VirtScreen *vs, int left, int top, int right, int bottom);
void screenEffect(int effect);