mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-14 09:52:47 +00:00
Prefs: fix indent
This commit is contained in:
parent
23a03172c5
commit
2afb146cb6
|
@ -70,22 +70,22 @@ static lg::log_domain advanced_preferences("advanced_preferences");
|
|||
using namespace std::chrono_literals;
|
||||
|
||||
prefs::prefs()
|
||||
: preferences_()
|
||||
, fps_(false)
|
||||
, completed_campaigns_()
|
||||
, encountered_units_set_()
|
||||
, encountered_terrains_set_()
|
||||
, history_map_()
|
||||
, acquaintances_()
|
||||
, option_values_()
|
||||
, options_initialized_(false)
|
||||
, mp_modifications_()
|
||||
, mp_modifications_initialized_(false)
|
||||
, sp_modifications_()
|
||||
, sp_modifications_initialized_(false)
|
||||
, message_private_on_(false)
|
||||
, credentials_()
|
||||
, advanced_prefs_()
|
||||
: preferences_()
|
||||
, fps_(false)
|
||||
, completed_campaigns_()
|
||||
, encountered_units_set_()
|
||||
, encountered_terrains_set_()
|
||||
, history_map_()
|
||||
, acquaintances_()
|
||||
, option_values_()
|
||||
, options_initialized_(false)
|
||||
, mp_modifications_()
|
||||
, mp_modifications_initialized_(false)
|
||||
, sp_modifications_()
|
||||
, sp_modifications_initialized_(false)
|
||||
, message_private_on_(false)
|
||||
, credentials_()
|
||||
, advanced_prefs_()
|
||||
{
|
||||
load_preferences();
|
||||
load_credentials();
|
||||
|
|
Loading…
Reference in New Issue
Block a user