1
0
Fork 0

Multiple --atlas options are valid (one for Atlas, one for Terrasync)

This commit is contained in:
Frederic Bouvier 2011-12-11 13:12:18 +01:00
parent a756ad0f43
commit 14b76a1d63

View file

@ -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 },