Fix Ring Racers music being too loud
This commit is contained in:
parent
98bf3a5a36
commit
9c9fa86760
1 changed files with 1 additions and 1 deletions
|
|
@ -1525,7 +1525,7 @@ ReadMusicDefFields
|
|||
}
|
||||
else if (!stricmp(stoken, "volume"))
|
||||
{
|
||||
def->volume = atoi(textline);
|
||||
def->volume = atoi(textline) / VOLUME_DIVIDER;
|
||||
def->legacy = false;
|
||||
}
|
||||
else if (!stricmp(stoken, "contentidunsafe"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue