aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r--engines/sci/sci.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 65c18e8583..0bcc299162 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -176,6 +176,7 @@ Common::Error SciEngine::run() {
_gamestate->_gfxAnimate = 0;
_gamestate->_gfxControls = 0;
_gamestate->_gfxMenu = 0;
+ _gamestate->_gfxPaint16 = 0;
_gamestate->_gfxPorts = 0;
_gamestate->_gui = 0;
_gamestate->_gui32 = new SciGui32(_gamestate, screen, palette, cache, cursor);