1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-29 03:33:48 +00:00

Removing more commented-out, #if cruft

This commit is contained in:
Nicolas Braud-Santoni 2016-05-05 04:52:51 +02:00
parent 6bcee6a034
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 #endif
#if defined(BBGE_BUILD_BASS20) || defined(BBGE_BUILD_FMODEX) || defined(BBGE_BUILD_SDLMIXER) #if defined(BBGE_BUILD_FMODEX)
if (wasPlayingVoice && !isPlayingVoice()) if (wasPlayingVoice && !isPlayingVoice())
{ {
wasPlayingVoice = false; wasPlayingVoice = false;

View file

@ -27,20 +27,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <set> #include <set>
#include "Vector.h" #include "Vector.h"
// if using SDL_MIXER
//const int BBGE_AUDIO_NOCHANNEL = -1;
#define BBGE_BUILD_FMODEX #define BBGE_BUILD_FMODEX
//#define BBGE_BUILD_BASS20
//#define BBGE_BUILD_SDLMIXER
//#define BBGE_BUILD_IRRKLANG
//#define BBGE_BUILD_OPENALOGG
#ifdef BBGE_BUILD_OPENALOGG #ifdef BBGE_BUILD_OPENALOGG
const int BBGE_AUDIO_NOCHANNEL = -1; const int BBGE_AUDIO_NOCHANNEL = -1;
#elif defined(BBGE_BUILD_FMODEX) #elif defined(BBGE_BUILD_FMODEX)