1
0
Fork 0
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:
Rohit Nirmal 2013-06-13 11:17:34 -05:00
parent df016778be
commit e5ddaaf676
2 changed files with 3 additions and 4 deletions

View file

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

View file

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