aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/duckman/illusions_duckman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/illusions/duckman/illusions_duckman.cpp')
-rw-r--r--engines/illusions/duckman/illusions_duckman.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/illusions/duckman/illusions_duckman.cpp b/engines/illusions/duckman/illusions_duckman.cpp
index a93ec274b5..6ce29de8c6 100644
--- a/engines/illusions/duckman/illusions_duckman.cpp
+++ b/engines/illusions/duckman/illusions_duckman.cpp
@@ -142,8 +142,11 @@ Common::Error IllusionsEngine_Duckman::run() {
_doScriptThreadInit = false;
_field8 = 1;
_fieldA = 0;
- _fieldE = 240;
-
+
+ ConfMan.registerDefault("talkspeed", 240);
+ _subtitleDuration = (uint16)ConfMan.getInt("talkspeed");
+ debug(0, "talkspeed: %d", _subtitleDuration);
+
_globalSceneId = 0x00010003;
_savedInventoryActorIndex = 0;