mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-11-30 07:31:01 +00:00
- fix velocities and volume on MUS input
This commit is contained in:
parent
1dda85bbe1
commit
36a5308de1
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ void MUSSong2::DoInitialSetup()
|
||||||
{
|
{
|
||||||
for (int i = 0; i < 16; ++i)
|
for (int i = 0; i < 16; ++i)
|
||||||
{
|
{
|
||||||
LastVelocity[i] = 100;
|
LastVelocity[i] = 127;
|
||||||
ChannelVolumes[i] = 127;
|
ChannelVolumes[i] = 100;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue