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 */
* 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: