mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +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;
|
||||
|
|
|
@ -27,20 +27,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <set>
|
||||
#include "Vector.h"
|
||||
|
||||
// if using SDL_MIXER
|
||||
//const int BBGE_AUDIO_NOCHANNEL = -1;
|
||||
|
||||
|
||||
|
||||
#define BBGE_BUILD_FMODEX
|
||||
|
||||
//#define BBGE_BUILD_BASS20
|
||||
//#define BBGE_BUILD_SDLMIXER
|
||||
//#define BBGE_BUILD_IRRKLANG
|
||||
//#define BBGE_BUILD_OPENALOGG
|
||||
|
||||
|
||||
|
||||
#ifdef BBGE_BUILD_OPENALOGG
|
||||
const int BBGE_AUDIO_NOCHANNEL = -1;
|
||||
#elif defined(BBGE_BUILD_FMODEX)
|
||||
|
|
Loading…
Reference in a new issue