mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
musicdef important parameter: Guarantee match by touppering the character
This commit is contained in:
parent
dc8a97475f
commit
d432cf3837
1 changed files with 1 additions and 0 deletions
|
|
@ -1979,6 +1979,7 @@ ReadMusicDefFields
|
||||||
}
|
}
|
||||||
else if (!stricmp(stoken, "important"))
|
else if (!stricmp(stoken, "important"))
|
||||||
{
|
{
|
||||||
|
textline[0] = toupper(textline[0]);
|
||||||
def->important = (textline[0] == 'Y' || textline[0] == 'T' || textline[0] == '1');
|
def->important = (textline[0] == 'Y' || textline[0] == 'T' || textline[0] == '1');
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue