Merge branch 'master' into sonicitems

This commit is contained in:
TehRealSalt 2018-07-09 00:52:38 -04:00
commit 6bfe7bd134

View file

@ -384,7 +384,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};