Skip to content

Commit

Permalink
Merge pull request #1244 from raben1/collectors-edition-save-load
Browse files Browse the repository at this point in the history
Added Collector's edition emotes load/save settings
  • Loading branch information
3vcloud authored Oct 18, 2024
2 parents 91246e2 + 8b61118 commit c425b9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GWToolboxdll/Modules/GameSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,8 @@ void GameSettings::LoadSettings(ToolboxIni* ini)
LOAD_BOOL(stop_screen_shake);

LOAD_BOOL(disable_gold_selling_confirmation);
LOAD_BOOL(collectors_edition_emotes);

LOAD_BOOL(notify_when_friends_online);
LOAD_BOOL(notify_when_friends_offline);
LOAD_BOOL(notify_when_friends_join_outpost);
Expand Down Expand Up @@ -1890,7 +1892,9 @@ void GameSettings::SaveSettings(ToolboxIni* ini)

SAVE_BOOL(faction_warn_percent);
SAVE_UINT(faction_warn_percent_amount);

SAVE_BOOL(disable_gold_selling_confirmation);
SAVE_BOOL(collectors_edition_emotes);

SAVE_BOOL(notify_when_friends_online);
SAVE_BOOL(notify_when_friends_offline);
Expand Down

0 comments on commit c425b9e

Please sign in to comment.