diff options
Diffstat (limited to 'backends/platform/sdl/main.cpp')
| -rw-r--r-- | backends/platform/sdl/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/main.cpp b/backends/platform/sdl/main.cpp index b38b815438..13e614a4a2 100644 --- a/backends/platform/sdl/main.cpp +++ b/backends/platform/sdl/main.cpp @@ -63,7 +63,7 @@ int main(int argc, char *argv[]) {  	// Invoke the actual ScummVM main entry point:  	int res = scummvm_main(argc, argv); -	g_system->quit();	// TODO: Consider removing / replacing this! +	((OSystem_SDL *)g_system)->deinit();  	return res;  }  | 
