From ceffc485e5d12565489fdd6973070dd3bda0b7f9 Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Thu, 30 Jan 2014 02:11:15 +0100 Subject: [PATCH] Ignore instead of exit when invalid command line options are given --- src/supertux/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/supertux/main.cpp b/src/supertux/main.cpp index c853809f8..e3002fd95 100644 --- a/src/supertux/main.cpp +++ b/src/supertux/main.cpp @@ -418,7 +418,6 @@ Main::parse_commandline(int argc, char** argv) g_config->start_level = arg; } else { log_warning << "Unknown option '" << arg << "'. Use --help to see a list of options" << std::endl; - return true; } } -- 2.11.0