mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-24 11:02:48 +00:00
This is wrong and is causing issues and I'm entirely surprised this hasn't tripped vanilla yet
This commit is contained in:
parent
4f78ae9539
commit
a2f578c923
1 changed files with 2 additions and 1 deletions
|
|
@ -388,7 +388,8 @@ static void Dummystaff_OnChange(void);
|
|||
|
||||
static CV_PossibleValue_t map_cons_t[] = {
|
||||
{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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue