From f93078209826a4bcc04cf226040e78a9bacbba7a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 18 Nov 2004 22:54:15 +0000 Subject: Make IHNM default be 1x scaler. svn-id: r15829 --- saga/saga.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'saga') 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} }; -- cgit v1.2.3