]> git.mxchange.org Git - flightgear.git/commitdiff
Lowered size of frame rate history buffer.
authorcurt <curt>
Thu, 7 May 1998 23:03:17 +0000 (23:03 +0000)
committercurt <curt>
Thu, 7 May 1998 23:03:17 +0000 (23:03 +0000)
general.h

index f8fbd9a222dc9a740f221688ab30440552074d76..dc1a1eee91ee0d89ada604d1c3ebb3c1b2fc6a69 100644 (file)
--- a/general.h
+++ b/general.h
@@ -30,7 +30,7 @@
 #define _GENERAL_H
 
 
-#define FG_FRAME_RATE_HISTORY 20
+#define FG_FRAME_RATE_HISTORY 10
 
 
 /* the general house keeping structure definition */
@@ -50,9 +50,12 @@ extern fgGENERAL general;
 
 
 /* $Log$
-/* Revision 1.4  1998/05/06 03:14:30  curt
-/* Added a shared frame rate counter.
+/* Revision 1.5  1998/05/07 23:03:17  curt
+/* Lowered size of frame rate history buffer.
 /*
+ * Revision 1.4  1998/05/06 03:14:30  curt
+ * Added a shared frame rate counter.
+ *
  * Revision 1.3  1998/03/14 00:27:58  curt
  * Promoted fgGENERAL to a "type" of struct.
  *