aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gameDetector.cpp b/gameDetector.cpp
index 26f9de269d..8490226048 100644
--- a/gameDetector.cpp
+++ b/gameDetector.cpp
@@ -117,7 +117,7 @@ void GameDetector::updateconfig()
_gameTempo = strtol(val, NULL, 0);
if ((val = scummcfg->get("talkspeed")))
- _talkspeed = atoi(val);
+ _talkSpeed = atoi(val);
}
void GameDetector::parseCommandLine(int argc, char **argv)