X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=main.c;h=efaeedc22a0a58c2ec09342394281dd62d823bdc;hb=e8a627f964a8337caf0c71dd87b1d7533f489f57;hp=c837fe69bf0a3f9a58f14c1e6515e83bb06f11b2;hpb=5337e00725f17e08836fb2a2f59ab178ece47000;p=open-adventure.git diff --git a/main.c b/main.c index c837fe6..efaeedc 100644 --- a/main.c +++ b/main.c @@ -1134,9 +1134,6 @@ Lookup: command.part = intransitive; command.verb = command.id1; break; - case SPECIAL: - speak(specials[command.id1].message); - goto Lclearobj; case NUMERIC: default: // LCOV_EXCL_LINE BUG(VOCABULARY_TYPE_N_OVER_1000_NOT_BETWEEN_0_AND_3); // LCOV_EXCL_LINE