X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=5b35f6fa633b6b9159e00bdccb3ab77525456756;hp=3d4962ab9e6433117ae53358ab21ce5be2d6053e;hb=fc7f52f83f1ad266e09f2e6883573876bad5f6ca;hpb=14486d67d447afc40a3c57362a9e37324992452f diff --git a/main.c b/main.c index 3d4962a..5b35f6f 100644 --- a/main.c +++ b/main.c @@ -1058,7 +1058,7 @@ static bool do_command(FILE *cmdin) if (i == -1) { /* Gee, I don't understand. */ if (fallback_handler(rawbuf)) - return true; + continue; SETPRM(1,WD1,WD1X); RSPEAK(DONT_KNOW); goto L2600;