This commit is contained in:
parent
507383403f
commit
5a72f1a6ea
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ void CGameScene::think(int _frames)
|
|||
// }
|
||||
//#endif
|
||||
|
||||
if(PadGetDown(0)&PAD_START)
|
||||
if(!m_pauseMenu->isActive()&&PadGetDown(0)&PAD_START)
|
||||
{
|
||||
m_pauseMenu->select();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue