Fix copy-paste error

This commit is contained in:
Pasi Kallinen
2022-02-07 13:09:52 +02:00
parent 6a8394688b
commit bbd5577063

View File

@@ -2083,7 +2083,7 @@ do_fight(void)
{ {
if (g.context.forcefight) { if (g.context.forcefight) {
Norep("Double fight prefix, canceled."); Norep("Double fight prefix, canceled.");
g.context.forcefight = 1; g.context.forcefight = 0;
g.domove_attempting = 0; g.domove_attempting = 0;
return ECMD_CANCEL; return ECMD_CANCEL;
} }