normalitzat Audio
This commit is contained in:
@@ -56,17 +56,17 @@ namespace Options {
|
||||
|
||||
struct Music {
|
||||
bool enabled = Defaults::Music::ENABLED;
|
||||
int volume = Defaults::Music::VOLUME;
|
||||
float volume = Defaults::Music::VOLUME;
|
||||
};
|
||||
|
||||
struct Sound {
|
||||
bool enabled = Defaults::Sound::ENABLED;
|
||||
int volume = Defaults::Sound::VOLUME;
|
||||
float volume = Defaults::Sound::VOLUME;
|
||||
};
|
||||
|
||||
struct Audio {
|
||||
bool enabled = Defaults::Audio::ENABLED;
|
||||
int volume = Defaults::Audio::VOLUME;
|
||||
float volume = Defaults::Audio::VOLUME;
|
||||
Music music;
|
||||
Sound sound;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user