X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=8a5545adbb3d42ff230ccfcdba83bf801d14a3f5;hp=583154451945b0e11535efa6ab041624789621e5;hb=878efdddfbb1cd134c4ceed6cbc80e64aa43d2a5;hpb=5d6b3aaf629c2e8eb0eb4956acce0462731f6d70 diff --git a/main.c b/main.c index 5831544..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);