aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
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}
};