aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorGregory Montoir2005-06-07 20:45:29 +0000
committerGregory Montoir2005-06-07 20:45:29 +0000
commit7503ff15fd9ba7cbf48a458fc56fc3a2369ecfa4 (patch)
tree18ef8c66eb052d0dc7e570b21c160634664b8f22 /scumm/scumm.h
parent2c31f4208ed82e7c82b4081b3b46241a077dc093 (diff)
downloadscummvm-rg350-7503ff15fd9ba7cbf48a458fc56fc3a2369ecfa4.tar.gz
scummvm-rg350-7503ff15fd9ba7cbf48a458fc56fc3a2369ecfa4.tar.bz2
scummvm-rg350-7503ff15fd9ba7cbf48a458fc56fc3a2369ecfa4.zip
Based (again) on indy4demo FMTowns, unkScreenEffect5(1) seems equivalent to dissolveEffect(1, virtscr[0].h)
svn-id: r18363
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index e36ea4b51e..05f49d1c66 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -1024,7 +1024,6 @@ protected:
void fadeIn(int effect);
void fadeOut(int effect);
- void unkScreenEffect5(int a);
void unkScreenEffect6();
void transitionEffect(int a);
void dissolveEffect(int width, int height);