1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-22 09:44:05 +00:00

Change indentation to four spaces

This commit is contained in:
Jan-Peter Nilsson 2011-01-01 22:53:34 +01:00
parent edcac879d7
commit 03158f4b62

View file

@ -319,7 +319,7 @@ void WindowManager::updateVisible()
map -> setVisible( (eff & GW_Map) != 0 );
stats -> setVisible( (eff & GW_Stats) != 0 );
#if 0
// inventory -> setVisible( eff & GW_Inventory );
// inventory -> setVisible( eff & GW_Inventory );
#endif
return;
}
@ -1003,3 +1003,4 @@ void WindowManager::onBirthSignDialogActivate()
reviewNext = true;
setGuiMode(GM_Birth);
}