mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-24 03:42:23 +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
71ac4abdf7
commit
0377956276
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…
Reference in a new issue