From 9a3fca462ebb8b6f37ff7622c6145c192f639140 Mon Sep 17 00:00:00 2001 From: Ruediger Hanke Date: Wed, 23 Jul 2003 19:19:18 +0000 Subject: Quick hack to solve Simon problem svn-id: r9149 --- backends/morphos/morphos_start.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/morphos') 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); -- cgit v1.2.3