Screw you C90

This commit is contained in:
Steel Titanium 2020-08-24 00:58:14 -04:00
parent 509c57a8d6
commit d4006d00c3

View file

@ -58,7 +58,7 @@ static void MasterServer_OnChange(void);
static CV_PossibleValue_t masterserver_update_rate_cons_t[] = {
{2, "MIN"},
{60, "MAX"},
{0}
{0, NULL}
};
consvar_t cv_masterserver = {"masterserver", "https://mb.srb2.org/MS/0", CV_SAVE|CV_CALL, NULL, MasterServer_OnChange, 0, NULL, NULL, 0, 0, NULL};