double get_frame_rate( void )
{
- return general.frame_rate;
+ return (double) general.frame_rate;
}
double get_fov( void )
// $Log$
+// Revision 1.27 1998/12/18 23:35:09 curt
+// Converted to a simpler frame rate counting method.
+//
// Revision 1.26 1998/12/09 18:50:19 curt
// Converted "class fgVIEW" to "class FGView" and updated to make data
// members private and make required accessor functions.
60,
10,
get_frame_rate,
- "%.1f",
+ "%.0f",
"Frame rate = ",
NULL,
1.0,
p = new instr_label( 10, 10, 60, 10,
get_frame_rate,
- "%.1f",
+ "%.0f",
"Frame rate = ",
NULL,
1.0,
}
// $Log$
+// Revision 1.29 1998/12/18 23:35:10 curt
+// Converted to a simpler frame rate counting method.
+//
// Revision 1.28 1998/11/23 21:48:59 curt
// Borland portability tweaks.
//