Eliminate some uses of wd2 - tests can be done on raw2 buffer instead.
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index 7f03ab2a391611784b417d16b53f0c6edf31270c..748a18eee24a8d41db938915b6c38436a1db12fc 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1214,7 +1214,6 @@ Lookup:
             command.id2 = WORD_EMPTY;
             command.type2 = NO_WORD_TYPE;
             command.raw2[0] = '\0';
             command.id2 = WORD_EMPTY;
             command.type2 = NO_WORD_TYPE;
             command.raw2[0] = '\0';
-            wordclear(&command.wd2);
             goto Lookup;
         case GO_UNKNOWN:
             /*  Random intransitive verbs come here.  Clear obj just in case
             goto Lookup;
         case GO_UNKNOWN:
             /*  Random intransitive verbs come here.  Clear obj just in case