From: Frederic Bouvier Date: Sun, 11 Dec 2011 12:12:18 +0000 (+0100) Subject: Multiple --atlas options are valid (one for Atlas, one for Terrasync) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=14b76a1d639f05730a71aa9779ce42f29f613c0c;p=flightgear.git Multiple --atlas options are valid (one for Atlas, one for Terrasync) --- diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 00624af53..837bca13b 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -1466,7 +1466,7 @@ struct OptionDesc { {"hud-tris", false, OPTION_STRING, "/sim/hud/frame-stat-type", false, "tris", 0 }, {"hud-culled", false, OPTION_STRING, "/sim/hud/frame-stat-type", false, "culled", 0 }, {"atcsim", true, OPTION_CHANNEL, "", false, "dummy", 0 }, - {"atlas", true, OPTION_CHANNEL, "", false, "", 0 }, + {"atlas", true, OPTION_CHANNEL | OPTION_MULTI, "", false, "", 0 }, {"httpd", true, OPTION_CHANNEL, "", false, "", 0 }, #ifdef FG_JPEG_SERVER {"jpg-httpd", true, OPTION_CHANNEL, "", false, "", 0 },