diff options
Diffstat (limited to 'saga/input.cpp')
-rw-r--r-- | saga/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/input.cpp b/saga/input.cpp index c93a5782be..d49dbdf3d3 100644 --- a/saga/input.cpp +++ b/saga/input.cpp @@ -127,7 +127,7 @@ int SagaEngine::processInput() { _mousePos = event.mouse; break; case OSystem::EVENT_QUIT: - _system->quit(); + _vm->shutDown(); break; default: break; |