Replace just a few more instances of SRB2Kart

This commit is contained in:
James R 2022-05-20 17:08:18 -07:00
parent 34f40c48ca
commit 1d79eb70c1
2 changed files with 2 additions and 2 deletions

View file

@ -602,7 +602,7 @@ static void DEH_LoadDehackedFile(MYFILE *f, boolean mainfile)
} }
else if (fastcmp(word, "SRB2KART")) 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")) else if (fastcmp(word, "SRB2"))
{ {

View file

@ -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. // 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!). // Please change to apply to your modification (we don't want everyone asking where your mod is on SRB2.org!).
#define UPDATE_ALERT_STRING \ #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"\ "Please visit kartkrew.org to download it.\n"\
"\n"\ "\n"\
"You are using version: %s\n"\ "You are using version: %s\n"\