X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=8a5545adbb3d42ff230ccfcdba83bf801d14a3f5;hb=878efdddfbb1cd134c4ceed6cbc80e64aa43d2a5;hp=8986f403e56ec3b5ab28dd85584838dfaee58f7f;hpb=ca5374edc3b81b0371d81c74974404352794689b;p=open-adventure.git diff --git a/main.c b/main.c index 8986f40..8a5545a 100644 --- a/main.c +++ b/main.c @@ -970,8 +970,6 @@ static bool do_command() { static struct command_t command; - command.verb = 0; - /* Can't leave cave once it's closing (except by main office). */ if (OUTSID(game.newloc) && game.newloc != 0 && game.closng) { rspeak(EXIT_CLOSED); @@ -1134,7 +1132,7 @@ Lookup: command.part = intransitive; command.verb = command.id1; break; - case NUMERIC: + case NUMERIC: // LCOV_EXCL_LINE default: // LCOV_EXCL_LINE BUG(VOCABULARY_TYPE_N_OVER_1000_NOT_BETWEEN_0_AND_3); // LCOV_EXCL_LINE }