mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-16 11:30:45 +00:00
Removing obsolete build options
The game cannot work with those anyhow... ```c #undef BBGE_BUILD_IRRKLANG #undef BBGE_BUILD_OPENALOGG #undef BBGE_BUILD_XINPUT #undef BBGE_BUILD_DELAYXINPUT ```
This commit is contained in:
parent
9617bde3ec
commit
91c493344d
3 changed files with 2 additions and 112 deletions
|
@ -1214,9 +1214,6 @@ bool SoundManager::playMusic(const std::string &name, SoundLoopType slt, SoundFa
|
|||
{
|
||||
if (isPlayingMusic(name))
|
||||
{
|
||||
#ifdef BBGE_BUILD_OPENALOGG
|
||||
if (masterSoundLock) SDL_mutexV(masterSoundLock);
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue