aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/sprite.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2011-12-06 19:02:23 +0100
committerWillem Jan Palenstijn2011-12-06 19:31:14 +0100
commit7a3360e09fbf529b17d194358c393e30ce86593f (patch)
treef0b8d1cd09324e8e1c57ee8f756684d163086d0c /engines/dreamweb/sprite.cpp
parent16c9620dbad66d7c1f2bc5f4d172393c34b92371 (diff)
downloadscummvm-rg350-7a3360e09fbf529b17d194358c393e30ce86593f.tar.gz
scummvm-rg350-7a3360e09fbf529b17d194358c393e30ce86593f.tar.bz2
scummvm-rg350-7a3360e09fbf529b17d194358c393e30ce86593f.zip
DREAMWEB: Fix regressions in 'intro1text', 'redrawmainscrn', 'sitdowninbar'
Diffstat (limited to 'engines/dreamweb/sprite.cpp')
-rw-r--r--engines/dreamweb/sprite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/sprite.cpp b/engines/dreamweb/sprite.cpp
index 5d172fd295..a7497a7fd0 100644
--- a/engines/dreamweb/sprite.cpp
+++ b/engines/dreamweb/sprite.cpp
@@ -746,7 +746,7 @@ void DreamGenContext::intro1Text() {
if (data.byte(kIntrocount) != 2 && data.byte(kIntrocount) != 4 && data.byte(kIntrocount) != 6)
return;
- if (isCD() && data.byte(kCh1playing) == 255) {
+ if (isCD() && data.byte(kCh1playing) != 255) {
data.byte(kIntrocount)--;
} else {
if (data.byte(kIntrocount) == 2)