From babb51ba02a104a18f6bc9ffffbcb7c311eda35d Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 25 Mar 2005 01:37:58 +0000 Subject: [PATCH] Update nasal function name. --- src/Main/renderer.cxx | 1 - src/Network/ATC-Main.cxx | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Main/renderer.cxx b/src/Main/renderer.cxx index da3f05696..35aade424 100644 --- a/src/Main/renderer.cxx +++ b/src/Main/renderer.cxx @@ -902,7 +902,6 @@ void FGRenderer::setFOV( float w, float h ) { // accumulate hacked effects ssgSetFOV( w, h ); ssgSetNearFar( near, far ); - fgHackFrustum(); } diff --git a/src/Network/ATC-Main.cxx b/src/Network/ATC-Main.cxx index e291bb22b..84ecf326e 100644 --- a/src/Network/ATC-Main.cxx +++ b/src/Network/ATC-Main.cxx @@ -211,10 +211,9 @@ bool FGATCMain::process() { // directly provide. FGNasalSys *n = (FGNasalSys*)globals->get_subsystem("nasal"); - bool result = n->parseAndRun( "atcsim.do_hardware()" ); + bool result = n->parseAndRun( "atcsim.update()" ); if ( !result ) { - SG_LOG( SG_GENERAL, SG_ALERT, - "Nasal: atcsim.do_hardware() failed!" ); + SG_LOG( SG_GENERAL, SG_ALERT, "Nasal: atcsim.update() failed!" ); } // process the ATC outputs -- 2.39.5