]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_io.cxx
Make sound audiable not until after the scenery is loaded.
[flightgear.git] / src / Main / fg_io.cxx
index ab6f34b2ccb68ad98b4c4edbba4fff4dd1cfb946..efcef0d13ce396df206a5f30b186697db8da87a0 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -112,7 +112,8 @@ FGIO::parse_port_config( const string& config )
             if ( tokens.size() != 6 ) {
                 SG_LOG( SG_IO, SG_ALERT, "Usage: --atcsim=[no-]pedals,"
                         << "input0_config,input1_config,"
-                        << "output0_config,output1_config" );
+                        << "output0_config,output1_config,file.nas" );
+                return NULL;
             }
             if ( tokens[1] == "no-pedals" ) {
                 fgSetBool( "/input/atcsim/ignore-pedal-controls", true );