aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-10-18 05:15:10 +0000
committerTravis Howell2004-10-18 05:15:10 +0000
commit33cab902029fdf62987e03bb393ebb73ceca648d (patch)
tree651cee1ff50f6cd62dd2f1e269d23382e1604c11 /scumm
parent6ad08cd944fec6685f7d82f082437e2de87a8871 (diff)
downloadscummvm-rg350-33cab902029fdf62987e03bb393ebb73ceca648d.tar.gz
scummvm-rg350-33cab902029fdf62987e03bb393ebb73ceca648d.tar.bz2
scummvm-rg350-33cab902029fdf62987e03bb393ebb73ceca648d.zip
Leftover
svn-id: r15602
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v7he.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp
index a3dbc683f9..f23f1ac639 100644
--- a/scumm/script_v7he.cpp
+++ b/scumm/script_v7he.cpp
@@ -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);