Canonicalize OV commands to VO form.
[open-adventure.git] / actions.c
index 3d03d830e5f0da9b71e04c80395fbc47492ab8bf..b63f795ddb0dc8bcd7f67f8c1545733b5c5f0965 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -1360,8 +1360,6 @@ int action(command_t command)
             return GO_CLEAROBJ;
         }
 
-        if (command.word[1].id != WORD_EMPTY && command.word[1].id != WORD_NOT_FOUND)
-            return GO_WORD2;
         if (command.verb != 0)
             command.part = transitive;
     }