actions[] now has strings instead of enums.

This commit is contained in:
Jason S. Ninneman 2017-07-05 14:32:08 -07:00
parent 88477f1175
commit ad24add3c0
3 changed files with 176 additions and 181 deletions

View file

@ -141,7 +141,7 @@ typedef struct {{
typedef struct {{
const string_group_t words;
const long message;
const char* message;
}} action_t;
typedef struct {{
@ -763,7 +763,7 @@ if __name__ == "__main__":
get_hints(db["hints"], db["arbitrary_messages"]),
get_condbits(db["locations"]),
get_motions(db["motions"]),
get_actions(db["actions"]),
get_specials(db["actions"]),
get_specials(db["specials"]),
bigdump(tkey),
get_travel(travel),