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 --- base/plugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/plugins.cpp') diff --git a/base/plugins.cpp b/base/plugins.cpp index 4da156f339..4a9201c79e 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -74,7 +74,7 @@ GameSettings Plugin::findGame(const char *gameName) const { // Find the GameSettings for this game assert(gameName); GameList games = getSupportedGames(); - GameSettings result = {NULL, NULL, 0}; + GameSettings result = {NULL, NULL}; for (GameList::iterator g = games.begin(); g != games.end(); ++g) { if (!scumm_stricmp(g->gameid, gameName)) { result = *g; -- cgit v1.2.3