aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-08-18 13:00:15 +0000
committerMax Horn2002-08-18 13:00:15 +0000
commitadfb5e2dc074928ed03f4fd85703a5f34c2a2cfa (patch)
tree5e525603a3908fa272a6042bf4cb2c9a7074c2f7
parent1a29d159f433689e3f303957d0329b3b5765c1a4 (diff)
downloadscummvm-rg350-adfb5e2dc074928ed03f4fd85703a5f34c2a2cfa.tar.gz
scummvm-rg350-adfb5e2dc074928ed03f4fd85703a5f34c2a2cfa.tar.bz2
scummvm-rg350-adfb5e2dc074928ed03f4fd85703a5f34c2a2cfa.zip
partial fix for #596018: add fade mode 4 (used in Zak256), we alread had it in the data table, just weren't using it
svn-id: r4753
-rw-r--r--gfx.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx.cpp b/gfx.cpp
index b3cab75ee9..aecdfa79ac 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -587,6 +587,7 @@ void Scumm::fadeIn(int effect)
case 1:
case 2:
case 3:
+ case 4:
transitionEffect(effect - 1);
break;
case 128:
@@ -643,6 +644,7 @@ void Scumm::fadeOut(int a)
case 1:
case 2:
case 3:
+ case 4:
transitionEffect(a - 1);
break;
case 128: