mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 09:32:45 +00:00
Do not allow to use journal in a main menu (bug #3991)
This commit is contained in:
parent
a78f254883
commit
23bda7613b
@ -1022,6 +1022,7 @@ namespace MWInput
|
||||
return;
|
||||
|
||||
if(MWBase::Environment::get().getWindowManager()->getMode() != MWGui::GM_Journal
|
||||
&& MWBase::Environment::get().getWindowManager()->getMode() != MWGui::GM_MainMenu
|
||||
&& MWBase::Environment::get().getWindowManager ()->getJournalAllowed())
|
||||
{
|
||||
MWBase::Environment::get().getWindowManager()->playSound ("book open");
|
||||
|
Loading…
x
Reference in New Issue
Block a user