From: curt Date: Fri, 24 Dec 2004 02:16:05 +0000 (+0000) Subject: Changes to correspond with ATC hardware code changes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4ab7603523b8d7d29488bac6fbfcd8f636c01dd5;p=flightgear.git Changes to correspond with ATC hardware code changes. --- diff --git a/src/Main/fg_io.cxx b/src/Main/fg_io.cxx index efcef0d13..226417b55 100644 --- a/src/Main/fg_io.cxx +++ b/src/Main/fg_io.cxx @@ -38,7 +38,7 @@ #include #include -#include +#include #include #include #include @@ -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,"