From 262bd5599d82b92fdbab96c3e226a97e7f3bf288 Mon Sep 17 00:00:00 2001 From: Lactozilla <jp6781615@gmail.com> Date: Sat, 5 Aug 2023 02:54:38 -0300 Subject: [PATCH] Add RANKINGS_ constants to INT_CONST --- src/deh_tables.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/deh_tables.c b/src/deh_tables.c index bf148d82b2..77cae0e70f 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}, -- GitLab