Don't force newline for OR in Challenge descriptions

This commit is contained in:
toaster 2024-03-19 15:08:17 +00:00
parent e62c16c502
commit 90ac08fb0a

View file

@ -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
{