From 1d79eb70c1c5f57f74654a09c5f97453879335f9 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 20 May 2022 17:08:18 -0700 Subject: [PATCH] Replace just a few more instances of SRB2Kart --- src/dehacked.c | 2 +- src/doomdef.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dehacked.c b/src/dehacked.c index 7288ac374..f13f45a4e 100644 --- a/src/dehacked.c +++ b/src/dehacked.c @@ -602,7 +602,7 @@ static void DEH_LoadDehackedFile(MYFILE *f, boolean mainfile) } else if (fastcmp(word, "SRB2KART")) { - deh_warning("Patch is only compatible with SRB2Kart."); + deh_warning("Patch is only compatible with Ring Racers."); } else if (fastcmp(word, "SRB2")) { diff --git a/src/doomdef.h b/src/doomdef.h index 4d16e5547..f36eb07a0 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -168,7 +168,7 @@ extern char logfilename[1024]; // 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 Ring Racers.\n"\ "Please visit kartkrew.org to download it.\n"\ "\n"\ "You are using version: %s\n"\