mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 21:49:01 +00:00
Initialize all members.
This commit is contained in:
parent
f697c9727d
commit
bfb8185250
@ -68,7 +68,8 @@ void remove_relation(const std::string nick, const std::string relation) {
|
||||
|
||||
namespace preferences {
|
||||
|
||||
manager::manager()
|
||||
manager::manager() :
|
||||
base()
|
||||
{
|
||||
set_music_volume(music_volume());
|
||||
set_sound_volume(sound_volume());
|
||||
|
Loading…
x
Reference in New Issue
Block a user