From: Anders Gidenstam Date: Wed, 2 Nov 2011 11:00:03 +0000 (+0100) Subject: src/Main/options.cxx: It is rather common to have two --multiplay arguments. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cc1ab5b8b50d45a97e751fb450884817016f2cb5;p=flightgear.git src/Main/options.cxx: It is rather common to have two --multiplay arguments. --- diff --git a/src/Main/options.cxx b/src/Main/options.cxx index b6f4598eb..bcb5ccdad 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -1491,7 +1491,7 @@ struct OptionDesc { {"jsclient", true, OPTION_CHANNEL, "", false, "", 0 }, {"proxy", true, OPTION_FUNC, "", false, "", fgSetupProxy }, {"callsign", true, OPTION_FUNC, "", false, "", fgOptCallSign}, - {"multiplay", true, OPTION_CHANNEL, "", false, "", 0 }, + {"multiplay", true, OPTION_CHANNEL | OPTION_MULTI, "", false, "", 0 }, #ifdef FG_HAVE_HLA {"hla", true, OPTION_CHANNEL, "", false, "", 0 }, #endif