From ff5e127a23a293e65cc35981f26b1e9c0a464608 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 7 Jan 1999 20:24:17 +0000 Subject: [PATCH] Update fgGENERAL to FGGeneral. --- Cockpit/cockpit.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cockpit/cockpit.cxx b/Cockpit/cockpit.cxx index b5beb77cd..1b4c4c92e 100644 --- a/Cockpit/cockpit.cxx +++ b/Cockpit/cockpit.cxx @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include
#include
#include @@ -217,7 +217,7 @@ double get_sideslip( void ) double get_frame_rate( void ) { - return (double) general.frame_rate; + return (double) general.get_frame_rate(); } double get_fov( void ) @@ -303,6 +303,9 @@ void fgCockpitUpdate( void ) { // $Log$ +// Revision 1.28 1999/01/07 20:24:17 curt +// Update fgGENERAL to FGGeneral. +// // Revision 1.27 1998/12/18 23:35:09 curt // Converted to a simpler frame rate counting method. // -- 2.39.5