fix(GUI): Allow for using the game while menu is open
This commit is contained in:
parent
9be7d36ce3
commit
daee32e687
@ -127,7 +127,14 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (g_gui.m_opened)
|
if (g_gui.m_opened)
|
||||||
{
|
{
|
||||||
PAD::DISABLE_ALL_CONTROL_ACTIONS(0);
|
//PAD::DISABLE_ALL_CONTROL_ACTIONS(0);
|
||||||
|
for (int i = 1; i <= 6; i++)
|
||||||
|
{
|
||||||
|
PAD::DISABLE_CONTROL_ACTION(0, i, true);
|
||||||
|
}
|
||||||
|
PAD::DISABLE_CONTROL_ACTION(0, 106, true);
|
||||||
|
PAD::DISABLE_CONTROL_ACTION(0, 329, true);
|
||||||
|
PAD::DISABLE_CONTROL_ACTION(0, 330, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EXCEPT_CLAUSE
|
EXCEPT_CLAUSE
|
||||||
|
Reference in New Issue
Block a user