mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Removed defaults which are set in base/commandLine.cpp
svn-id: r35444
This commit is contained in:
parent
08ff8d281f
commit
6baa803dff
@ -142,12 +142,8 @@ SagaEngine::~SagaEngine() {
|
||||
|
||||
Common::Error SagaEngine::init() {
|
||||
// Assign default values to the config manager, in case settings are missing
|
||||
ConfMan.registerDefault("music_volume", "255");
|
||||
ConfMan.registerDefault("sfx_volume", "255");
|
||||
ConfMan.registerDefault("speech_volume", "255");
|
||||
ConfMan.registerDefault("talkspeed", "255");
|
||||
ConfMan.registerDefault("subtitles", "true");
|
||||
ConfMan.registerDefault("copy_protection", "false");
|
||||
|
||||
_musicVolume = ConfMan.getInt("music_volume");
|
||||
_subtitlesEnabled = ConfMan.getBool("subtitles");
|
||||
|
Loading…
Reference in New Issue
Block a user