mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-20 21:53:52 +00:00
replace tabs with spaces.
This commit is contained in:
parent
aac3ada14b
commit
9d4ecc3e73
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ namespace MWGui
|
|||
|
||||
void BookWindow::nextPage()
|
||||
{
|
||||
if ((mCurrentPage+1)*2 < mPages.size())
|
||||
if ((mCurrentPage+1)*2 < mPages.size())
|
||||
{
|
||||
MWBase::Environment::get().getSoundManager()->playSound ("book page2", 1.0, 1.0);
|
||||
|
||||
|
@ -194,7 +194,7 @@ namespace MWGui
|
|||
}
|
||||
void BookWindow::prevPage()
|
||||
{
|
||||
if (mCurrentPage > 0)
|
||||
if (mCurrentPage > 0)
|
||||
{
|
||||
MWBase::Environment::get().getSoundManager()->playSound ("book page", 1.0, 1.0);
|
||||
|
||||
|
|
Loading…
Reference in a new issue