Fix to Gitlab issue #32. Now SEED and WASTE are in adventure.yaml
[open-adventure.git] / advent.h
index a20c3dd15200ac3d51e5de3517d5509c8baad9cc..09ec71b7d16f9a82c1d9bf241687b4a58ab33950 100644 (file)
--- 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;