From 878efdddfbb1cd134c4ceed6cbc80e64aa43d2a5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 31 Jul 2017 17:40:25 -0400 Subject: [PATCH] Remove unnecessary clearing of command verb. --- main.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.31.1