aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos_start.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/morphos/morphos_start.cpp')
-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);