From ed102b3b81603705422fb831be8768cffa6701d3 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 18 Nov 2023 11:57:30 -0800 Subject: [PATCH] comment typo --- src/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd.c b/src/cmd.c index fc244e78d..0c7f23b59 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -6379,7 +6379,7 @@ hangup( gp.program_state.in_moveloop = 0; nhwindows_hangup(); #ifdef SAFERHANGUP - /* When using SAFERHANGUP, the done_hup flag it tested in rhack + /* When using SAFERHANGUP, the done_hup flag is tested in rhack and a couple of other places; actual hangup handling occurs then. This is 'safer' because it disallows certain cheats and also protects against losing objects in the process of being thrown,