]> git.mxchange.org Git - flightgear.git/commitdiff
Multiple --atlas options are valid (one for Atlas, one for Terrasync)
authorFrederic Bouvier <fredfgfs01@free.fr>
Sun, 11 Dec 2011 12:12:18 +0000 (13:12 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sun, 11 Dec 2011 12:12:18 +0000 (13:12 +0100)
src/Main/options.cxx

index 00624af535cd206475f5b9b1fe15758da7067585..837bca13bd27a0b6cfe33ae0fd18962c4d5da9f4 100644 (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 },