diff --git a/source/menu/menu.cpp b/source/menu/menu.cpp index 773fa3c7..bb003390 100644 --- a/source/menu/menu.cpp +++ b/source/menu/menu.cpp @@ -1510,7 +1510,7 @@ void CMenu::_mainLoopCommon(bool withCF, bool blockReboot, bool adjusting) Sys_Test(); } - if (withCF && m_gameSelected && m_gamesound_changed && (!m_gameSoundHdr) && !m_gameSound.IsPlaying() && MusicPlayer::Instance()->GetVolume() == 0) + if (withCF && m_gameSelected && m_gamesound_changed && (m_gameSoundHdr == NULL) && !m_gameSound.IsPlaying() && MusicPlayer::Instance()->GetVolume() == 0) { m_gameSound.Play(m_bnrSndVol); m_gamesound_changed = false; diff --git a/source/menu/menu.hpp b/source/menu/menu.hpp index e1fbe2b9..fadc606f 100644 --- a/source/menu/menu.hpp +++ b/source/menu/menu.hpp @@ -1,7 +1,7 @@ #ifndef __MENU_HPP #define __MENU_HPP //#define SHOWMEM 1 -#define SHOWMEMGECKO +//#define SHOWMEMGECKO #include #include