mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-09-04 07:20:15 +02:00
Update SpaceCadetPinball/Sound.cpp
Co-authored-by: Muzychenko Andrey <33288308+k4zmu2a@users.noreply.github.com>
This commit is contained in:
parent
930f19c6d0
commit
5c86948232
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ int* Sound::TimeStamps = nullptr;
|
|||
|
||||
bool Sound::Init(int channels, bool enableFlag)
|
||||
{
|
||||
#if MIX_PATCHLEVEL > 2
|
||||
#if SDL_MIXER_VERSION_ATLEAST(2, 0, 3)
|
||||
Mix_Init(MIX_INIT_MID);
|
||||
#else
|
||||
Mix_Init(MIX_INIT_FLUIDSYNTH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue