aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7dba21b800..692928f12c 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -227,6 +227,7 @@ Common::Error SciEngine::run() {
_gfxMenu = 0;
_gfxPaint16 = 0;
_gfxPorts = 0;
+ _gfxText16 = 0;
_gui = 0;
_gui32 = new SciGui32(_gamestate->_segMan, _eventMan, _gfxScreen, _gfxPalette, _gfxCache, _gfxCursor);
} else {