1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-07 06:41:38 +00:00

Removing more commented-out, #if cruft

This commit is contained in:
Nicolas Braud-Santoni 2016-05-05 04:52:51 +02:00
commit 921e4ba101
No known key found for this signature in database
GPG key ID: 06EA317DE11BD278
2 changed files with 1 additions and 13 deletions

View file

@ -756,7 +756,7 @@ void SoundManager::update(float dt)
#endif
#if defined(BBGE_BUILD_BASS20) || defined(BBGE_BUILD_FMODEX) || defined(BBGE_BUILD_SDLMIXER)
#if defined(BBGE_BUILD_FMODEX)
if (wasPlayingVoice && !isPlayingVoice())
{
wasPlayingVoice = false;