mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-19 09:20:59 +00:00
Add RANKINGS_ constants to INT_CONST
This commit is contained in:
parent
52da591622
commit
d0d1234d56
1 changed files with 5 additions and 0 deletions
|
@ -5317,6 +5317,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},
|
||||
|
|
Loading…
Reference in a new issue