1
0
Fork 0

Lowered size of frame rate history buffer.

This commit is contained in:
curt 1998-05-07 23:03:17 +00:00
parent 09cd56280c
commit 9ecbe3b8ae

View file

@ -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.
*