fixed menus graying bug caused by r2466

This commit is contained in:
ansstuff 2012-03-19 17:39:38 +00:00
parent 7688ac9ae8
commit c020a6bf39
1 changed files with 2 additions and 2 deletions

View File

@ -1005,8 +1005,8 @@ void CloseGame()
{
FCEUI_CloseGame();
KillMemView();
updateGameDependentMenus(1);
updateGameDependentMenusDebugger(1);
updateGameDependentMenus(GameInfo != 0);
updateGameDependentMenusDebugger(GameInfo != 0);
SetMainWindowText();
}
}