- resurrected some old statistics code I had and made some minor enhancements to be of more use.

SVN r2821 (trunk)
This commit is contained in:
Christoph Oelckers 2010-09-18 16:08:10 +00:00
commit 54bdf38fef
10 changed files with 853 additions and 15 deletions

View file

@ -116,6 +116,7 @@ void DrawHUD();
// EXTERNAL FUNCTION PROTOTYPES --------------------------------------------
extern void ReadStatistics();
extern void M_RestoreMode ();
extern void M_SetDefaultMode ();
extern void R_ExecuteSetViewSize ();
@ -2073,6 +2074,7 @@ void D_DoomMain (void)
// [RH] Parse through all loaded mapinfo lumps
Printf ("G_ParseMapInfo: Load map definitions.\n");
G_ParseMapInfo (iwad_info->MapInfo);
ReadStatistics();
// [RH] Parse any SNDINFO lumps
Printf ("S_InitData: Load sound definitions.\n");