From 53db0a8a073784260f3160b5d3cfa38f2de254b3 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 28 Oct 2003 17:07:25 +0000 Subject: cleanup: removed version/id from GameSettings svn-id: r10995 --- 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 3b9616733e..0c9eb267b2 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -52,7 +52,7 @@ GameSettings Plugin::findGame(const char *gameName) const { // Find the GameSettings for this game assert(gameName); GameList games = getSupportedGames(); - GameSettings result = {NULL, NULL, 0, 0, MDT_NONE, 0, NULL}; + GameSettings result = {NULL, NULL, MDT_NONE, 0, NULL}; for (GameList::Iterator g = games.begin(); g != games.end(); ++g) { if (!scumm_stricmp(g->gameName, gameName)) { result = *g; -- cgit v1.2.3