aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2010-02-07 15:48:47 +0000
committerWillem Jan Palenstijn2010-02-07 15:48:47 +0000
commit5d23dd6fa328cec3756de012046d33b6816ca935 (patch)
treec7977ae9f516f414fb7b0a5685aee949e75c5571
parent8eecdea67bb0868b4dbcc4d1dc59aa50c5ca5866 (diff)
downloadscummvm-rg350-5d23dd6fa328cec3756de012046d33b6816ca935.tar.gz
scummvm-rg350-5d23dd6fa328cec3756de012046d33b6816ca935.tar.bz2
scummvm-rg350-5d23dd6fa328cec3756de012046d33b6816ca935.zip
SCI: Fix build without SCI32 (again)
svn-id: r47966
-rw-r--r--engines/sci/sci.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 992fd03126..f7461a8096 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -255,7 +255,9 @@ Common::Error SciEngine::run() {
delete _gamestate->_soundCmd;
delete _gamestate->_gui;
+#ifdef ENABLE_SCI32
delete _gamestate->_gui32;
+#endif
delete _gamestate->_gfxPorts;
delete _gamestate->_gfxCache;
delete _gamestate->_gfxPalette;