aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
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 287a482f7d..ec8cac3f7e 100644
--- a/scumm.h
+++ b/scumm.h
@@ -1169,7 +1169,7 @@ public:
void unkScreenEffect4();
void unkScreenEffect5(int a);
void unkScreenEffect6();
- void unkScreenEffect7(int a);
+ void transitionEffect(int a); // former unkScreenEffect7
void decompressBomp(byte *dst, byte *src, int w, int h);
uint _shakeFrame;