]> git.mxchange.org Git - flightgear.git/commitdiff
src/Main/options.cxx: It is rather common to have two --multiplay arguments.
authorAnders Gidenstam <anders@gidenstam.org>
Wed, 2 Nov 2011 11:00:03 +0000 (12:00 +0100)
committerAnders Gidenstam <anders@gidenstam.org>
Wed, 2 Nov 2011 19:35:37 +0000 (20:35 +0100)
src/Main/options.cxx

index b6f4598eb95f8e269bca259a91f0266edc002a79..bcb5ccdad98cdb54fe941659ed60330e59dfbca0 100644 (file)
@@ -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