This is wrong and is causing issues and I'm entirely surprised this hasn't tripped vanilla yet

This commit is contained in:
TehRealSalt 2018-07-08 19:07:54 -04:00
parent 71ac4abdf7
commit 0377956276

View file

@ -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};