aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-09-09 11:23:25 +0000
committerMax Horn2002-09-09 11:23:25 +0000
commit7738fbde725cac83bb90535134d9a036752c7317 (patch)
tree7120bac75a9d2b8f9f53e43b99daefaa5d22bdc6
parent0320b8aa281547f11257bfae032a61998993ecb0 (diff)
downloadscummvm-rg350-7738fbde725cac83bb90535134d9a036752c7317.tar.gz
scummvm-rg350-7738fbde725cac83bb90535134d9a036752c7317.tar.bz2
scummvm-rg350-7738fbde725cac83bb90535134d9a036752c7317.zip
oops, my brain was backwards :-)
svn-id: r4915
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 01dca4335c..c857067953 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -689,7 +689,7 @@ void Scumm::fadeIn(int effect)
case 131:
case 132:
case 133:
- scrollEffect(effect - 130);
+ scrollEffect(133 - effect);
break;
case 134:
dissolveEffect(1, 1);