-lets hope thats the f*cking last time I fixed that bg music

This commit is contained in:
fix94.1 2012-07-07 14:15:58 +00:00
parent 7bb706c405
commit d014d1e474
3 changed files with 4 additions and 1 deletions

View File

@ -61,7 +61,6 @@ private:
CVideo &m_vid;
CCursor m_cursor[WPAD_MAX_WIIMOTES];
CButtonsMgr m_btnMgr;
MusicPlayer *m_music;
CCoverFlow m_cf;
CFanart m_fa;
CachedList<dir_discHdr> m_gameList;

View File

@ -2,6 +2,8 @@
using namespace std;
MusicPlayer *m_music;
MusicPlayer::MusicPlayer()
{
m_music = NULL;

View File

@ -57,4 +57,6 @@ private:
u32 *m_songCount;
};
extern MusicPlayer *m_music;
#endif