Ignore instead of exit when invalid command line options are given
authorTobias Markus <tobbi@mozilla-uk.org>
Thu, 30 Jan 2014 01:11:15 +0000 (02:11 +0100)
committerTobias Markus <tobbi@mozilla-uk.org>
Thu, 30 Jan 2014 01:11:15 +0000 (02:11 +0100)
src/supertux/main.cpp

index c853809..e3002fd 100644 (file)
@@ -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;
     }
   }