Added menu music

This commit is contained in:
stiffly
2016-03-11 19:17:43 +01:00
parent 157a54e845
commit 66d0f9fa47
5 changed files with 15 additions and 13 deletions
+3 -3
View File
@@ -89,9 +89,9 @@ private:
Source* createSource(std::string filePath);
std::unordered_map<EntityID, Source*> m_Sources;
void matchBGMLoop();
Source* m_CurrentBGM;
Source* m_CurrentBGMCombo;
bool m_TempPleaseDeleteMeASAP = false;
Source* m_CurrentBGM = nullptr;
Source* m_CurrentBGMCombo = nullptr;
bool m_DrumLoopHasBeenStarted = false;
// Logic
World* m_World = nullptr;
+1 -1
View File
@@ -24,7 +24,7 @@
#include "../Engine/Sound/EPlayAnnouncerVoice.h"
#include "../Game/Events/EDoubleJump.h"
#include "../Game/Events/EDashAbility.h"
#include "../Engine/Sound/EChangeBGM.h"
class SoundSystem : public PureSystem, ImpureSystem
{