X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions.c;fp=actions.c;h=ec25552237ddd75adfaec1e47126c16d6eb29246;hp=b63f795ddb0dc8bcd7f67f8c1545733b5c5f0965;hb=cf92b9d9d624d983277bd32d8d59de0152d97721;hpb=26bf324e072c8210ed3d709d6cf5063d3f749b18 diff --git a/actions.c b/actions.c index b63f795..ec25552 100644 --- a/actions.c +++ b/actions.c @@ -1575,7 +1575,7 @@ int action(command_t command) case unknown: /* Unknown verb, couldn't deduce object - might need hint */ sspeak(WHAT_DO, command.word[0].raw); - return GO_CHECKHINT; + return GO_CLEAROBJ; default: // LCOV_EXCL_LINE BUG(SPEECHPART_NOT_TRANSITIVE_OR_INTRANSITIVE_OR_UNKNOWN); // LCOV_EXCL_LINE }