mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
Leftover
svn-id: r15602
This commit is contained in:
parent
6ad08cd944
commit
33cab90202
@ -890,9 +890,7 @@ void ScummEngine_v70he::o70_readINI() {
|
||||
type = pop();
|
||||
switch (type) {
|
||||
case 1: // number
|
||||
if (!strcmp((char *)option, "ReadPagesAutomatically"))
|
||||
push(1);
|
||||
else if (!strcmp((char *)option, "NoPrinting"))
|
||||
if (!strcmp((char *)option, "NoPrinting"))
|
||||
push(1);
|
||||
else
|
||||
push(0);
|
||||
|
Loading…
Reference in New Issue
Block a user