aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/archetype/archetype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/archetype/archetype.cpp')
-rw-r--r--engines/glk/archetype/archetype.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/glk/archetype/archetype.cpp b/engines/glk/archetype/archetype.cpp
index 395edd6753..f10fa06f0b 100644
--- a/engines/glk/archetype/archetype.cpp
+++ b/engines/glk/archetype/archetype.cpp
@@ -833,9 +833,8 @@ void Archetype::exec_stmt(StatementPtr the_stmt, ResultType &result, ContextType
if (the_stmt->_kind == ST_WRITE) {
g_vm->writeln();
} else if (the_stmt->_kind == ST_STOP) {
+ // End the game
g_vm->writeln();
- g_vm->writeln();
- g_vm->writeln("%f", VERSION_NUM);
g_vm->quitGame();
}
break;