aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-05-22 22:36:58 +0000
committerMax Horn2002-05-22 22:36:58 +0000
commit1ba002766e07f17c42b682714d16ef19352602ec (patch)
treec4b0cc0b5238e6bbe798479fd0ebe8df4e7063b6 /scumm.h
parent6fada4e7dcf8860485d1f9247beb248c81e660b4 (diff)
downloadscummvm-rg350-1ba002766e07f17c42b682714d16ef19352602ec.tar.gz
scummvm-rg350-1ba002766e07f17c42b682714d16ef19352602ec.tar.bz2
scummvm-rg350-1ba002766e07f17c42b682714d16ef19352602ec.zip
renamed unkScreenEffect7 to transitionEffect; added some comments, renamed vars etc.; fixed typoe in screen_eff7_table1 which caused effects 2&3 to be completly messed up
svn-id: r4375
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;