X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=c16e9afd9dac2edf08610635ba09ca2dbeb9fb4b;hb=58b44313d33a39285d394b7704d80823f4d15763;hp=f6342b38e8578feaa9bd8fdb4848710fafc88914;hpb=c83df10dc62412a57dc4342a0c1d22ffa048246c;p=open-adventure.git diff --git a/misc.c b/misc.c index f6342b3..c16e9af 100644 --- a/misc.c +++ b/misc.c @@ -526,6 +526,7 @@ long get_vocab_id(const char* word) { long ref_num; + /* FIXME: Magic numbers related to vocabulary */ ref_num = get_motion_vocab_id(word); if (ref_num != WORD_NOT_FOUND) return (ref_num + 0); // FIXME: replace with a proper hash