-when entering per game settings and banner is playing, it zooms

in the banner automatically
This commit is contained in:
fix94.1 2012-07-04 23:49:50 +00:00
parent 1ce0749a7f
commit 1be7b9d82e

View File

@ -512,7 +512,11 @@ void CMenu::_game(bool launch)
{
_hideGame();
m_gameSelected = true;
m_banner->ToogleZoom();
_gameSettings();
m_banner->ToogleZoom();
_showGame();
if(!m_gameSound.IsPlaying())
startGameSound = -6;