From 81798556dbd38fb829557cbe6a04132cc5edf75c Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 18 Feb 2006 00:12:36 +0000 Subject: - Removed the 'features' field from GameSettings - Removed GF_DEFAULT_TO_1X_SCALER svn-id: r20747 --- engines/lure/lure.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lure/lure.cpp') diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp index d7f2f932a0..96f15a7240 100644 --- a/engines/lure/lure.cpp +++ b/engines/lure/lure.cpp @@ -69,8 +69,8 @@ static const LureGameSettings lure_games[] = { // Keep list of different supported games static const GameSettings lure_list[] = { - { "lure", "Lure of the Temptress", 0 }, - { 0, 0, 0 } + { "lure", "Lure of the Temptress" }, + { 0, 0 } }; GameList Engine_LURE_gameList() { -- cgit v1.2.3