aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos
diff options
context:
space:
mode:
authorRuediger Hanke2003-07-23 19:19:18 +0000
committerRuediger Hanke2003-07-23 19:19:18 +0000
commit9a3fca462ebb8b6f37ff7622c6145c192f639140 (patch)
tree2ccf83d3302569891b228b634f65ac1b3990e2c4 /backends/morphos
parent20dd02a833469aacf7e2e251f2a4a01853af1893 (diff)
downloadscummvm-rg350-9a3fca462ebb8b6f37ff7622c6145c192f639140.tar.gz
scummvm-rg350-9a3fca462ebb8b6f37ff7622c6145c192f639140.tar.bz2
scummvm-rg350-9a3fca462ebb8b6f37ff7622c6145c192f639140.zip
Quick hack to solve Simon problem
svn-id: r9149
Diffstat (limited to 'backends/morphos')
-rw-r--r--backends/morphos/morphos_start.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos_start.cpp b/backends/morphos/morphos_start.cpp
index ce8ace3631..cedd1d0044 100644
--- a/backends/morphos/morphos_start.cpp
+++ b/backends/morphos/morphos_start.cpp
@@ -100,8 +100,8 @@ void close_resources()
if (TheSystem)
delete TheSystem;
- if (g_scumm)
- delete g_scumm;
+ if (g_engine)
+ delete g_engine;
if (ScummPath)
FreeVec(ScummPath);