Fixed param

svn-id: r15519
This commit is contained in:
Chris Apers 2004-10-11 14:01:38 +00:00
parent 5992cdb890
commit 93dec8661c

View File

@ -200,9 +200,9 @@ Boolean StartScummVM() {
}
// subtitles
if (!gameInfoP->subtitles) {
if (gameInfoP->subtitles)
AddArg(&argvP[argc], "-n", NULL, &argc);
}
// talk speed
if (gameInfoP->talkSpeed) {
StrIToA(num, gameInfoP->talkValue);