aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_screen.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2009-12-09 09:31:07 +0000
committerMartin Kiewitz2009-12-09 09:31:07 +0000
commit7bce8acd2e56eec870ffb7d269c6a8cb04af0735 (patch)
tree7af030feacd172e53a23670c0e28a1712567f940 /engines/sci/gui/gui_screen.cpp
parent7e1bf3fb4b0375c90a4adf3bc305c5b7aef0a5d3 (diff)
downloadscummvm-rg350-7bce8acd2e56eec870ffb7d269c6a8cb04af0735.tar.gz
scummvm-rg350-7bce8acd2e56eec870ffb7d269c6a8cb04af0735.tar.bz2
scummvm-rg350-7bce8acd2e56eec870ffb7d269c6a8cb04af0735.zip
SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (fixes island of dr. brain first pic after copy protection not showing up)
svn-id: r46305
Diffstat (limited to 'engines/sci/gui/gui_screen.cpp')
-rw-r--r--engines/sci/gui/gui_screen.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_screen.cpp b/engines/sci/gui/gui_screen.cpp
index b993684080..702b68d6b6 100644
--- a/engines/sci/gui/gui_screen.cpp
+++ b/engines/sci/gui/gui_screen.cpp
@@ -54,7 +54,8 @@ SciGuiScreen::SciGuiScreen(ResourceManager *resMan, int16 width, int16 height, b
// Sets display screen to be actually displayed
_activeScreen = _displayScreen;
- _picNotValid = false;
+ _picNotValid = 0;
+ _picNotValidSci11 = 0;
_unditherState = true;
if (_resMan->isVGA()) {