1
0
Fork 0

Make callsign parameter aware

This commit is contained in:
ehofman 2003-03-22 15:43:24 +00:00
parent 9ef6b16054
commit 1b450bee25

View file

@ -1179,7 +1179,7 @@ struct OptionDesc {
{"net-id", true, OPTION_STRING, "sim/networking/call-sign", false, "", 0 }, {"net-id", true, OPTION_STRING, "sim/networking/call-sign", false, "", 0 },
#endif #endif
#ifdef FG_MPLAYER_AS #ifdef FG_MPLAYER_AS
{"callsign", false, OPTION_STRING, "sim/multiplay/callsign", false, "", 0 }, {"callsign", true, OPTION_STRING, "sim/multiplay/callsign", false, "", 0 },
{"multiplay", true, OPTION_CHANNEL, "", false, "", 0 }, {"multiplay", true, OPTION_CHANNEL, "", false, "", 0 },
#endif #endif
{"trace-read", true, OPTION_FUNC, "", false, "", fgOptTraceRead }, {"trace-read", true, OPTION_FUNC, "", false, "", fgOptTraceRead },