aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screenfx.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-01-13 10:11:52 +0000
committerFilippos Karapetis2009-01-13 10:11:52 +0000
commitc2db2b91a53386960f3351d5ab3681bd913386e0 (patch)
tree55aa0c065b4e5292a4981821e74e046517e49663 /engines/made/screenfx.cpp
parentcfdb824535a204a6ee1853dd801cad9a2eac92aa (diff)
downloadscummvm-rg350-c2db2b91a53386960f3351d5ab3681bd913386e0.tar.gz
scummvm-rg350-c2db2b91a53386960f3351d5ab3681bd913386e0.tar.bz2
scummvm-rg350-c2db2b91a53386960f3351d5ab3681bd913386e0.zip
- Music now works in LGoP2
- Changed the default music volume to 127, down from 255 - Added an explanation/FIXME for the out of sync mouth animations in RTZ - Added some TODOs and removed some obsolete ones svn-id: r35843
Diffstat (limited to 'engines/made/screenfx.cpp')
-rw-r--r--engines/made/screenfx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/made/screenfx.cpp b/engines/made/screenfx.cpp
index b73c83c663..ba5d8b9476 100644
--- a/engines/made/screenfx.cpp
+++ b/engines/made/screenfx.cpp
@@ -56,7 +56,6 @@ ScreenEffects::ScreenEffects(Screen *screen) : _screen(screen) {
void ScreenEffects::run(int16 effectNum, Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount) {
// TODO: Put effect functions into an array
- // TODO: Implement more visual effects
switch (effectNum) {