1
0
Fork 0

src/Main/options.cxx: It is rather common to have two --multiplay arguments.

This commit is contained in:
Anders Gidenstam 2011-11-02 12:00:03 +01:00
parent d75c0878fe
commit cc1ab5b8b5

View 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