From f2fb100515638fd09a96f5e2ca3e60ae8187025f Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Tue, 2 Jan 2018 23:15:13 -0500 Subject: [PATCH] Stupidly minor "Sonic Robo Blast 2" -> "SRB2Kart" --- src/d_netcmd.c | 4 ++-- src/doomdef.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index cee34759..11c9acff 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -3736,9 +3736,9 @@ static void Command_ListWADS_f(void) static void Command_Version_f(void) { #ifdef DEVELOP - CONS_Printf("Sonic Robo Blast 2 %s-%s (%s %s)\n", compbranch, comprevision, compdate, comptime); + CONS_Printf("SRB2Kart %s-%s (%s %s)\n", compbranch, comprevision, compdate, comptime); #else - CONS_Printf("Sonic Robo Blast 2 %s (%s %s %s)\n", VERSIONSTRING, compdate, comptime, comprevision); + CONS_Printf("SRB2Kart %s (%s %s %s)\n", VERSIONSTRING, compdate, comptime, comprevision); #endif } diff --git a/src/doomdef.h b/src/doomdef.h index 8aa28b5e..86c6baa2 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -172,7 +172,7 @@ extern FILE *logstream; // The string used in the alert that pops up in the event of an update being available. // Please change to apply to your modification (we don't want everyone asking where your mod is on SRB2.org!). #define UPDATE_ALERT_STRING \ -"A new update is available for SRB2kart.\n"\ +"A new update is available for SRB2Kart.\n"\ "Please visit the forums on SRB2.org to download it.\n"\ "\n"\ "You are using version: %s\n"\ @@ -189,7 +189,7 @@ extern FILE *logstream; // The string used in the I_Error alert upon trying to host through command line parameters. // Generally less filled with newlines, since Windows gives you lots more room to work with. #define UPDATE_ALERT_STRING_CONSOLE \ -"A new update is available for SRB2kart.\n"\ +"A new update is available for SRB2Kart.\n"\ "Please visit the forums on SRB2.org to download it.\n"\ "\n"\ "You are using version: %s\n"\