From 90032ce348e6f36883e7b5c0ae83ae55817e0f43 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 23 Jun 2004 11:58:47 +0000 Subject: Proper fix for detecting --platform command line switch svn-id: r14023 --- base/gameDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 7c0cae6072..1eeb5cd1a2 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -410,7 +410,7 @@ void GameDetector::parseCommandLine(int argc, char **argv) { if (platform == Common::kPlatformUnknown) goto ShowHelpAndExit; - ConfMan.set("platform", platform, kTransientDomain); + ConfMan.set("platform", option, kTransientDomain); END_OPTION DO_LONG_OPTION_BOOL("multi-midi") -- cgit v1.2.3