diff options
| author | Ruediger Hanke | 2003-07-23 19:19:18 +0000 | 
|---|---|---|
| committer | Ruediger Hanke | 2003-07-23 19:19:18 +0000 | 
| commit | 9a3fca462ebb8b6f37ff7622c6145c192f639140 (patch) | |
| tree | 2ccf83d3302569891b228b634f65ac1b3990e2c4 /backends | |
| parent | 20dd02a833469aacf7e2e251f2a4a01853af1893 (diff) | |
| download | scummvm-rg350-9a3fca462ebb8b6f37ff7622c6145c192f639140.tar.gz scummvm-rg350-9a3fca462ebb8b6f37ff7622c6145c192f639140.tar.bz2 scummvm-rg350-9a3fca462ebb8b6f37ff7622c6145c192f639140.zip  | |
Quick hack to solve Simon problem
svn-id: r9149
Diffstat (limited to 'backends')
| -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);  | 
