From 89266b7c1addcf6276057ba55249d88df32211a0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 28 Feb 2023 17:05:37 -0500 Subject: [PATCH] Documerntation and comment polishing. --- main.c | 2 +- notes.adoc | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index b3a8f95..f74bd8f 100644 --- a/main.c +++ b/main.c @@ -1313,7 +1313,7 @@ static bool do_command() default: // LCOV_EXCL_LINE BUG(ACTION_RETURNED_PHASE_CODE_BEYOND_END_OF_SWITCH); // LCOV_EXCL_LINE } - } /* while command has nob been fully processed */ + } /* while command has not been fully processed */ } /* while command is not yet given */ } /* while command is not executed */ diff --git a/notes.adoc b/notes.adoc index f2359bd..68ea03d 100644 --- a/notes.adoc +++ b/notes.adoc @@ -68,8 +68,12 @@ Bug fixes: * Under odd circumstances (dropping rug or vase outdoors) the game could say "floor" when it should say "ground" (or "dirt", or something). -* Bird starts uncaged in the endgame. This is an accidental change - that doesn't seem worth the effort to fix. +Bugs (accidental changes that don't seem worth the effort to fix): + +* Commands that are not moves (e.g. "look" and "inven") can be used + during fee fie fo foo without breaking recognition of the sequence. + +* Bird starts uncaged in the endgame. Enhancements: -- 2.31.1