diff --git a/src/deh_tables.c b/src/deh_tables.c index bf148d82b275801d0a0c142642e8819da3ca89df..77cae0e70f019b61b874039a0ca7d0ea086e0235 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -5326,6 +5326,11 @@ struct int_const_s const INT_CONST[] = { {"int_race",int_race}, {"int_comp",int_comp}, + // Ranking types + {"RANKINGS_DEFAULT",RANKINGS_DEFAULT}, + {"RANKINGS_COMPETITION",RANKINGS_COMPETITION}, + {"RANKINGS_RACE",RANKINGS_RACE}, + // Jingles (jingletype_t) {"JT_NONE",JT_NONE}, {"JT_OTHER",JT_OTHER},