From 506a585fc4962fb32c79ada6a2f9b4f10b013d6e Mon Sep 17 00:00:00 2001 From: Nathanael Nerode Date: Mon, 23 May 2022 11:01:09 -0400 Subject: [PATCH] Remove stray code from Glulx version of QUIT_THE_GAME_R, synchronizing with correct Z-Machine version --- inform7/Internal/Inter/WorldModelKit/Sections/Glulx.i6t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inform7/Internal/Inter/WorldModelKit/Sections/Glulx.i6t b/inform7/Internal/Inter/WorldModelKit/Sections/Glulx.i6t index c74568702..4819914d5 100644 --- a/inform7/Internal/Inter/WorldModelKit/Sections/Glulx.i6t +++ b/inform7/Internal/Inter/WorldModelKit/Sections/Glulx.i6t @@ -82,8 +82,7 @@ functionality, for reasons which are opaque, but no trouble is caused thereby. = [ QUIT_THE_GAME_R; if (actor ~= player) rfalse; - if ((actor == player) && (untouchable_silence == false)) - QUIT_THE_GAME_RM('A'); + QUIT_THE_GAME_RM('A'); if (YesOrNo()~=0) quit; ];