mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
Merge branch 'master' into sonicitems
This commit is contained in:
commit
19c8055cd2
1 changed files with 2 additions and 1 deletions
|
|
@ -384,7 +384,8 @@ static void Dummystaff_OnChange(void);
|
||||||
|
|
||||||
static CV_PossibleValue_t map_cons_t[] = {
|
static CV_PossibleValue_t map_cons_t[] = {
|
||||||
{1,"MIN"},
|
{1,"MIN"},
|
||||||
{NUMMAPS, "MAX"}
|
{NUMMAPS, "MAX"},
|
||||||
|
{0, NULL}
|
||||||
};
|
};
|
||||||
consvar_t cv_nextmap = {"nextmap", "1", CV_HIDEN|CV_CALL, map_cons_t, Nextmap_OnChange, 0, NULL, NULL, 0, 0, NULL};
|
consvar_t cv_nextmap = {"nextmap", "1", CV_HIDEN|CV_CALL, map_cons_t, Nextmap_OnChange, 0, NULL, NULL, 0, 0, NULL};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue