1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-05 16:00:15 +02:00

WaveMix v3.

This commit is contained in:
oz 2021-01-26 17:54:54 +03:00
parent 10af864767
commit 2945069de0
5 changed files with 912 additions and 48 deletions

View file

@ -143,16 +143,6 @@ void Sound::Close()
}
}
int Sound::SubFactor(int a1, int a2)
{
return a1 - a2;
}
int Sound::AddFactor(int a1, int a2)
{
return a1 + a2;
}
void Sound::PlaySound(MIXWAVE* wavePtr, int minChannel, int maxChannel, unsigned int dwFlags, __int16 loops)
{
MIXPLAYPARAMS mixParams{};