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:
parent
6bcee6a034
commit
921e4ba101
2 changed files with 1 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue