Skip to content
Snippets Groups Projects
Commit 262bd559 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Add RANKINGS_ constants to INT_CONST

parent f9361604
No related branches found
No related tags found
3 merge requests!2224Player spawning and respawning related features,!2223Custom teams,!2222Gametype refactor
...@@ -5326,6 +5326,11 @@ struct int_const_s const INT_CONST[] = { ...@@ -5326,6 +5326,11 @@ struct int_const_s const INT_CONST[] = {
{"int_race",int_race}, {"int_race",int_race},
{"int_comp",int_comp}, {"int_comp",int_comp},
// Ranking types
{"RANKINGS_DEFAULT",RANKINGS_DEFAULT},
{"RANKINGS_COMPETITION",RANKINGS_COMPETITION},
{"RANKINGS_RACE",RANKINGS_RACE},
// Jingles (jingletype_t) // Jingles (jingletype_t)
{"JT_NONE",JT_NONE}, {"JT_NONE",JT_NONE},
{"JT_OTHER",JT_OTHER}, {"JT_OTHER",JT_OTHER},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment