mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-05 00:36:57 +00:00
Quick hack to solve Simon problem
svn-id: r9149
This commit is contained in:
parent
20dd02a833
commit
9a3fca462e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user