mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 17:45:39 +00:00
One should not work when just awoken... _talkspeed != _talkSpeed.... sorry!
svn-id: r4225
This commit is contained in:
parent
7100f80713
commit
5a4ed65eda
@ -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…
x
Reference in New Issue
Block a user