aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sword1/sword1.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp
index 1b474136a6..218c6a7ee0 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.cpp
@@ -175,8 +175,6 @@ int SwordEngine::init(GameDetector &detector) {
_logic = new Logic(_objectMan, _resMan, _screen, _mouse, _sound, _music, _menu, _system, _mixer);
_mouse->useLogicAndMenu(_logic, _menu);
- ConfMan.registerDefault("speech_volume", 192);
-
uint8 musicVol = (uint8)ConfMan.getInt("music_volume");
uint8 speechVol = (uint8)ConfMan.getInt("speech_volume");
uint8 sfxVol = (uint8)ConfMan.getInt("sfx_volume");