mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 16:23:52 +00:00
Fix wrong indenting from my last commits.
This commit is contained in:
parent
df016778be
commit
e5ddaaf676
2 changed files with 3 additions and 4 deletions
|
@ -213,7 +213,6 @@ namespace
|
|||
|
||||
void close()
|
||||
{
|
||||
|
||||
mModel->unload ();
|
||||
|
||||
getPage (LeftBookPage)->showPage (Book (), 0);
|
||||
|
@ -433,7 +432,7 @@ namespace
|
|||
|
||||
void notifyClose(MyGUI::Widget* _sender)
|
||||
{
|
||||
MWBase::Environment::get().getSoundManager()->playSound ("book close", 1.0, 1.0);
|
||||
MWBase::Environment::get().getSoundManager()->playSound ("book close", 1.0, 1.0);
|
||||
MWBase::Environment::get().getWindowManager ()->popGuiMode ();
|
||||
}
|
||||
|
||||
|
@ -472,4 +471,4 @@ namespace
|
|||
MWGui::JournalWindow * MWGui::JournalWindow::create (JournalViewModel::Ptr Model)
|
||||
{
|
||||
return new JournalWindowImpl (Model);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -668,7 +668,7 @@ namespace MWInput
|
|||
|
||||
if(gameMode && MWBase::Environment::get().getWindowManager ()->getJournalAllowed())
|
||||
{
|
||||
MWBase::Environment::get().getSoundManager()->playSound ("book open", 1.0, 1.0);
|
||||
MWBase::Environment::get().getSoundManager()->playSound ("book open", 1.0, 1.0);
|
||||
mWindows.pushGuiMode(MWGui::GM_Journal);
|
||||
}
|
||||
else if(mWindows.getMode() == MWGui::GM_Journal)
|
||||
|
|
Loading…
Reference in a new issue