aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorEugene Sandulenko2004-11-18 22:54:15 +0000
committerEugene Sandulenko2004-11-18 22:54:15 +0000
commitf93078209826a4bcc04cf226040e78a9bacbba7a (patch)
tree3f55807fb10da1140ed9a56553b0428179d4155e /saga
parent589ce6d6aa51d36598457ca48b936a009c8b7462 (diff)
downloadscummvm-rg350-f93078209826a4bcc04cf226040e78a9bacbba7a.tar.gz
scummvm-rg350-f93078209826a4bcc04cf226040e78a9bacbba7a.tar.bz2
scummvm-rg350-f93078209826a4bcc04cf226040e78a9bacbba7a.zip
Make IHNM default be 1x scaler.
svn-id: r15829
Diffstat (limited to 'saga')
-rw-r--r--saga/saga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 1c05086ebf..3c2c5dca91 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -58,8 +58,8 @@
static const GameSettings saga_games[] = {
{"ite", "Inherit the Earth", 0},
{"ite-demo", "Inherit the Earth (Demo)", 0},
- {"ihnm", "I Have No Mouth and I Must Scream", 0 },
- {"ihnm-demo", "I Have No Mouth and I Must Scream (Demo)", 0 },
+ {"ihnm", "I Have No Mouth and I Must Scream", GF_DEFAULT_TO_1X_SCALER },
+ {"ihnm-demo", "I Have No Mouth and I Must Scream (Demo)", GF_DEFAULT_TO_1X_SCALER },
{0, 0, 0}
};