Update fgGENERAL to FGGeneral.
This commit is contained in:
parent
4d29bd8d65
commit
ff5e127a23
1 changed files with 5 additions and 2 deletions
|
@ -42,7 +42,7 @@
|
|||
#include <Aircraft/aircraft.hxx>
|
||||
#include <Debug/logstream.hxx>
|
||||
#include <Include/fg_constants.h>
|
||||
#include <Include/general.h>
|
||||
#include <Include/general.hxx>
|
||||
#include <Main/options.hxx>
|
||||
#include <Main/views.hxx>
|
||||
#include <Math/fg_random.h>
|
||||
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue