Merge pull request 'Fix Ring Racers music being too loud' (#83) from Wumbo/blankart:rreardrums into blankart-dev
Reviewed-on: https://codeberg.org/NepDisk/blankart/pulls/83
This commit is contained in:
commit
77bb321855
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