diff options
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index bcf9dd0416..49cdf39077 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4543,7 +4543,7 @@ void SimonEngine::delay(uint amount) { break; case OSystem::EVENT_QUIT: - _system->quit(); + shutdown(); break; default: |