mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-26 09:52:33 +00:00
Replace just a few more instances of SRB2Kart
This commit is contained in:
parent
34f40c48ca
commit
1d79eb70c1
2 changed files with 2 additions and 2 deletions
|
|
@ -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"))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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"\
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue