mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_BuildConditionSetString: Show a more tantalising message for Challenges with forbidden descriptions
"(Find other secrets to learn about this...)" - this replaces "???"
This commit is contained in:
parent
30bf2e4cc4
commit
3d5c0182fe
1 changed files with 1 additions and 1 deletions
|
|
@ -2899,7 +2899,7 @@ char *M_BuildConditionSetString(UINT16 unlockid)
|
||||||
if (work == NULL)
|
if (work == NULL)
|
||||||
{
|
{
|
||||||
stopasap = true;
|
stopasap = true;
|
||||||
work = "???";
|
work = "(Find other secrets to learn about this...)";
|
||||||
}
|
}
|
||||||
else if (cn->type == UC_DESCRIPTIONOVERRIDE)
|
else if (cn->type == UC_DESCRIPTIONOVERRIDE)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue