]> git.mxchange.org Git - flightgear.git/commitdiff
Changes to correspond with ATC hardware code changes.
authorcurt <curt>
Fri, 24 Dec 2004 02:16:05 +0000 (02:16 +0000)
committercurt <curt>
Fri, 24 Dec 2004 02:16:05 +0000 (02:16 +0000)
src/Main/fg_io.cxx

index efcef0d13ce396df206a5f30b186697db8da87a0..226417b5545c13755727e2d777489d7247c4e933 100644 (file)
@@ -38,7 +38,7 @@
 #include <simgear/misc/strutils.hxx>
 
 #include <Network/protocol.hxx>
-#include <Network/atc610x.hxx>
+#include <Network/ATC-Main.hxx>
 #include <Network/atlas.hxx>
 #include <Network/garmin.hxx>
 #include <Network/httpd.hxx>
@@ -107,7 +107,7 @@ FGIO::parse_port_config( const string& config )
     try
     {
        if ( protocol == "atcsim" ) {
-            FGATC610x *atcsim = new FGATC610x;
+            FGATCMain *atcsim = new FGATCMain;
            atcsim->set_hz( 30 );
             if ( tokens.size() != 6 ) {
                 SG_LOG( SG_IO, SG_ALERT, "Usage: --atcsim=[no-]pedals,"