diff options
| author | Travis Howell | 2004-10-18 05:15:10 +0000 |
|---|---|---|
| committer | Travis Howell | 2004-10-18 05:15:10 +0000 |
| commit | 33cab902029fdf62987e03bb393ebb73ceca648d (patch) | |
| tree | 651cee1ff50f6cd62dd2f1e269d23382e1604c11 | |
| parent | 6ad08cd944fec6685f7d82f082437e2de87a8871 (diff) | |
| download | scummvm-rg350-33cab902029fdf62987e03bb393ebb73ceca648d.tar.gz scummvm-rg350-33cab902029fdf62987e03bb393ebb73ceca648d.tar.bz2 scummvm-rg350-33cab902029fdf62987e03bb393ebb73ceca648d.zip | |
Leftover
svn-id: r15602
| -rw-r--r-- | scumm/script_v7he.cpp | 4 |
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); |
