From: Pasi Kallinen Date: Mon, 7 Feb 2022 11:09:52 +0000 (+0200) Subject: Fix copy-paste error X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbd55770636c42209bae11093e893de6333a397a;p=nethack Fix copy-paste error --- diff --git a/src/cmd.c b/src/cmd.c index 112708077..03c552cfd 100644 --- a/src/cmd.c +++ b/src/cmd.c @@ -2083,7 +2083,7 @@ do_fight(void) { if (g.context.forcefight) { Norep("Double fight prefix, canceled."); - g.context.forcefight = 1; + g.context.forcefight = 0; g.domove_attempting = 0; return ECMD_CANCEL; }