Some minor changes.

This commit is contained in:
spartanj
2011-05-01 03:46:30 -03:00
parent e6d2c20dd7
commit 4ed326a816
10 changed files with 196 additions and 29 deletions

View File

@@ -182,10 +182,12 @@ Uint32 cUIWinMenu::OnMessage( const cUIMessage * Msg ) {
tpop->Show();
}
} else {
mCurrentMenu = tpop;
if ( Msg->Flags() & EE_BUTTON_LMASK ) {
mCurrentMenu = tpop;
tbut->Select();
tpop->Show();
tbut->Select();
tpop->Show();
}
}
return 1;