One should not work when just awoken... _talkspeed != _talkSpeed.... sorry!
svn-id: r4225
This commit is contained in:
parent
7100f80713
commit
5a4ed65eda
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue