diff options
| -rw-r--r-- | backends/morphos/morphos_start.cpp | 4 |
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); |
