X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=advent.h;h=09ec71b7d16f9a82c1d9bf241687b4a58ab33950;hp=a20c3dd15200ac3d51e5de3517d5509c8baad9cc;hb=5337e00725f17e08836fb2a2f59ab178ece47000;hpb=ef236aea3beef846b38245aa4ce3a753862c84f0 diff --git a/advent.h b/advent.h index a20c3dd..09ec71b 100644 --- a/advent.h +++ b/advent.h @@ -87,7 +87,7 @@ enum termination {endgame, quitgame, scoregame}; enum speechpart {unknown, intransitive, transitive}; -enum wordtype {NO_WORD_TYPE, MOTION, OBJECT, ACTION, SPECIAL}; +enum wordtype {NO_WORD_TYPE, MOTION, OBJECT, ACTION, SPECIAL, NUMERIC}; typedef enum scorebonus {none, splatter, defeat, victory} score_t;