From 9c914095c001e06f1b93856e13766cb018ee2ea3 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 14 Aug 2020 22:13:06 -0700 Subject: [PATCH 1/2] Is this SRB2Kart server? --- src/mserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mserv.c b/src/mserv.c index 44fa8e3ae..fcce1ab4d 100644 --- a/src/mserv.c +++ b/src/mserv.c @@ -57,7 +57,7 @@ static CV_PossibleValue_t masterserver_update_rate_cons_t[] = { }; consvar_t cv_masterserver = {"masterserver", "https://mb.srb2.org/MS/0", CV_SAVE|CV_CALL, NULL, MasterServer_OnChange, 0, NULL, NULL, 0, 0, NULL}; -consvar_t cv_servername = {"servername", "SRB2Kart server", CV_SAVE|CV_CALL|CV_NOINIT, NULL, Update_parameters, 0, NULL, NULL, 0, 0, NULL}; +consvar_t cv_servername = {"servername", "SRB2 server", CV_SAVE|CV_CALL|CV_NOINIT, NULL, Update_parameters, 0, NULL, NULL, 0, 0, NULL}; consvar_t cv_masterserver_update_rate = {"masterserver_update_rate", "15", CV_SAVE|CV_CALL|CV_NOINIT, masterserver_update_rate_cons_t, Update_parameters, 0, NULL, NULL, 0, 0, NULL}; From 4acc3e6d0c52695e559f5a5fbfc6b06bc93f71ae Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 14 Aug 2020 22:18:51 -0700 Subject: [PATCH 2/2] Strip a few more instances of SONIC ROBO BLAST 2 KART --- src/i_threads.h | 2 +- src/sdl/i_threads.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i_threads.h b/src/i_threads.h index 45a3dcc3e..ecb9fce67 100644 --- a/src/i_threads.h +++ b/src/i_threads.h @@ -1,4 +1,4 @@ -// SONIC ROBO BLAST 2 KART +// SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- // Copyright (C) 2020 by James R. // diff --git a/src/sdl/i_threads.c b/src/sdl/i_threads.c index 078f4e0f4..3b1c20b9a 100644 --- a/src/sdl/i_threads.c +++ b/src/sdl/i_threads.c @@ -1,4 +1,4 @@ -// SONIC ROBO BLAST 2 KART +// SONIC ROBO BLAST 2 //----------------------------------------------------------------------------- // Copyright (C) 2020 by James R. //