1
0
Fork 0
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:
Nicolas Braud-Santoni 2016-05-05 15:37:25 +02:00
commit 91c493344d
No known key found for this signature in database
GPG key ID: 06EA317DE11BD278
3 changed files with 2 additions and 112 deletions

View file

@ -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;
}
}