One should not work when just awoken... _talkspeed != _talkSpeed.... sorry!

svn-id: r4225
This commit is contained in:
Nicolas Noble 2002-05-07 08:53:27 +00:00
parent 7100f80713
commit 5a4ed65eda

View File

@ -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)