tweaked menus a bit.

fixed possible NPE with background image retrieval
This commit is contained in:
techdragon.nguyen@gmail.com
2010-11-06 10:05:54 +00:00
parent f5d7f03086
commit b0c61049da
4 changed files with 30 additions and 36 deletions

View File

@@ -1422,7 +1422,8 @@ void GameStateDeckViewer::Render() {
if (mStage == STAGE_MENU){
menu->Render();
}
if (subMenu) subMenu->Render();
if (subMenu)
subMenu->Render();
if(filterMenu && !filterMenu->isFinished())
filterMenu->Render();