forked from teamnwah/openmw-tes3coop
Change indentation to four spaces
This commit is contained in:
parent
edcac879d7
commit
03158f4b62
1 changed files with 203 additions and 202 deletions
|
@ -319,7 +319,7 @@ void WindowManager::updateVisible()
|
||||||
map -> setVisible( (eff & GW_Map) != 0 );
|
map -> setVisible( (eff & GW_Map) != 0 );
|
||||||
stats -> setVisible( (eff & GW_Stats) != 0 );
|
stats -> setVisible( (eff & GW_Stats) != 0 );
|
||||||
#if 0
|
#if 0
|
||||||
// inventory -> setVisible( eff & GW_Inventory );
|
// inventory -> setVisible( eff & GW_Inventory );
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -1003,3 +1003,4 @@ void WindowManager::onBirthSignDialogActivate()
|
||||||
reviewNext = true;
|
reviewNext = true;
|
||||||
setGuiMode(GM_Birth);
|
setGuiMode(GM_Birth);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue