mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
Fixed param
svn-id: r15519
This commit is contained in:
parent
5992cdb890
commit
93dec8661c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user