mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't force newline for OR in Challenge descriptions
This commit is contained in:
parent
e62c16c502
commit
90ac08fb0a
1 changed files with 2 additions and 2 deletions
|
|
@ -2875,8 +2875,8 @@ char *M_BuildConditionSetString(UINT16 unlockid)
|
|||
{
|
||||
if (lastID != cn->id)
|
||||
{
|
||||
worklen = 4;
|
||||
strncat(message, "\nOR ", len);
|
||||
worklen = 6;
|
||||
strncat(message, " - OR ", len);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue