aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tony.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-05 20:29:37 +1000
committerPaul Gilbert2012-05-05 20:29:37 +1000
commitaa603d5a6719764e785e4bd096f16493f7ec7f6c (patch)
treeaf4cac7b6b8a2149985d354b4edba6b90a687eb9 /engines/tony/tony.cpp
parentfbee927c6a648ee1e3f162f0ec6b9d298619dd9f (diff)
downloadscummvm-rg350-aa603d5a6719764e785e4bd096f16493f7ec7f6c.tar.gz
scummvm-rg350-aa603d5a6719764e785e4bd096f16493f7ec7f6c.tar.bz2
scummvm-rg350-aa603d5a6719764e785e4bd096f16493f7ec7f6c.zip
TONY: Fix a crash from objects being destroyed in the wrong order
Diffstat (limited to 'engines/tony/tony.cpp')
-rw-r--r--engines/tony/tony.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tony/tony.cpp b/engines/tony/tony.cpp
index f4e2f9f1c6..457ba57153 100644
--- a/engines/tony/tony.cpp
+++ b/engines/tony/tony.cpp
@@ -410,7 +410,6 @@ void TonyEngine::Close(void) {
CloseMusic();
CloseHandle(m_hEndOfFrame);
_theBoxes.Close();
- RMText::Unload();
_theEngine.Close();
m_wnd.Close();
delete[] m_curThumbnail;