Make IHNM default be 1x scaler.

svn-id: r15829
This commit is contained in:
Eugene Sandulenko 2004-11-18 22:54:15 +00:00
parent 589ce6d6aa
commit f930782098

View File

@ -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}
};