projects
/
open-adventure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e50f1b8
)
Remove unnecessary clearing of command verb.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 31 Jul 2017 21:40:25 +0000
(17:40 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 31 Jul 2017 21:40:25 +0000
(17:40 -0400)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 583154451945b0e11535efa6ab041624789621e5..8a5545adbb3d42ff230ccfcdba83bf801d14a3f5 100644
(file)
--- 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);