diff options
-rw-r--r-- | scumm/charset.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp index ae05e3767a..b895043d25 100644 --- a/scumm/charset.cpp +++ b/scumm/charset.cpp @@ -507,7 +507,7 @@ void CharsetRendererV2::setCurID(byte id) { } } printf("\n"); - exit(0); + _system->quit(); #endif } |