diff options
Diffstat (limited to 'src/game/client/settings.cc')
| -rw-r--r-- | src/game/client/settings.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/settings.cc b/src/game/client/settings.cc index 46e1bde..54d6ba2 100644 --- a/src/game/client/settings.cc +++ b/src/game/client/settings.cc @@ -779,7 +779,7 @@ void settings::init_late(void) refresh_input_wids(); } -void settings::deinit(void) +void settings::shutdown(void) { for(const SettingValue* value : values_all) delete value; |
