From: Eric S. Raymond Date: Mon, 31 Jul 2017 21:40:25 +0000 (-0400) Subject: Remove unnecessary clearing of command verb. X-Git-Tag: 1.3~6 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=878efdddfbb1cd134c4ceed6cbc80e64aa43d2a5;ds=sidebyside Remove unnecessary clearing of command verb. --- 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);