1
0
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:
Andrei Kortunov 2017-08-04 07:31:41 +04:00
parent a78f254883
commit 23bda7613b

View File

@ -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");