From e3173172b9ae9b2cf162847cccb46e70c1c10bb8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 26 Mar 2006 04:22:47 +0000 Subject: Implement feature request #1393200: "target_md5 even for command line" svn-id: r21457 --- base/gameDetector.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base') diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index b5b2854d39..6e89c95f73 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -585,6 +585,10 @@ void GameDetector::parseCommandLine(int argc, char **argv) { settings["gui_theme"] = option; END_OPTION + DO_LONG_OPTION("target-md5") + settings["target_md5"] = option; + END_OPTION + #ifndef DISABLE_SCUMM DO_LONG_OPTION("tempo") // Use the special value '0' for the base in (int)strtol. -- cgit v1.2.3