aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/init.cpp')
-rw-r--r--engines/gob/init.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/gob/init.cpp b/engines/gob/init.cpp
index c411a2430f..8f0311b1fc 100644
--- a/engines/gob/init.cpp
+++ b/engines/gob/init.cpp
@@ -81,12 +81,10 @@ void Init::cleanup(void) {
_vm->_dataio->closeDataFile();
if (_vm->_global->_sprAllocated != 0)
- error("cleanup: Error! Allocated sprites left: %d",
- _vm->_global->_sprAllocated);
+ warning("cleanup: Allocated sprites left: %d", _vm->_global->_sprAllocated);
_vm->_snd->stopSound(0);
_vm->_util->keyboard_release();
- g_system->quit();
}
void Init::initGame(char *totName) {