From 5a4ed65edaa236f372633ee5596c3c77c8317a9d Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Tue, 7 May 2002 08:53:27 +0000 Subject: One should not work when just awoken... _talkspeed != _talkSpeed.... sorry! svn-id: r4225 --- gameDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gameDetector.cpp') 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) -- cgit v1.2.3