Entirely eliminate wd1x and wd2x members of the command block.
[open-adventure.git] / advent.h
index 560b15010854fa7f5d389c78b8177da8f8ccba32..61d3e4e42957708191ca6fe8a44445554bafec64 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -181,8 +181,8 @@ struct command_t {
     enum speechpart part;
     vocab_t verb;
     vocab_t obj;
-    token_t wd1, wd1x;
-    token_t wd2, wd2x;
+    token_t wd1;
+    token_t wd2;
     char raw1[BUFSIZ], raw2[BUFSIZ];
 };