obj_t in actions. And some more magical word removal
[open-adventure.git] / advent.h
index 34f44157eb575251d93821857c671ef713680a86..289b8f6a12b7afa70ef36228b744db3396bddc62 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -192,7 +192,7 @@ struct settings_t {
 struct command_t {
     enum speechpart part;
     vocab_t verb;
-    vocab_t obj;
+    obj_t   obj;
     token_t wd1;
     token_t wd2;
     long id1;