aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/debug.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-07-05 20:12:52 -0700
committerPaul Gilbert2019-07-06 15:27:09 -0700
commitf28d3b74969896d048ec57aa7e0200f258205423 (patch)
tree173cd293e94ac6b71cfebf7b1b14da46b1841429 /engines/glk/alan3/debug.cpp
parent3165fa628ab44022ee8370d0244137295f3c59f1 (diff)
downloadscummvm-rg350-f28d3b74969896d048ec57aa7e0200f258205423.tar.gz
scummvm-rg350-f28d3b74969896d048ec57aa7e0200f258205423.tar.bz2
scummvm-rg350-f28d3b74969896d048ec57aa7e0200f258205423.zip
GLK: ALAN3: Further refactoring of setjmp calls
Diffstat (limited to 'engines/glk/alan3/debug.cpp')
-rw-r--r--engines/glk/alan3/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/debug.cpp b/engines/glk/alan3/debug.cpp
index 4705010829..114019d520 100644
--- a/engines/glk/alan3/debug.cpp
+++ b/engines/glk/alan3/debug.cpp
@@ -745,7 +745,7 @@ static void readCommand(CONTEXT, char buf[], size_t maxLen) {
FUNC2(g_io->readLine, flag, buf, maxLen)
if (!flag) {
newline();
- quitGame();
+ CALL0(quitGame)
}
lin = 1;
c = buf[0];