- implemented anonymous stats collector
This commit is contained in:
parent
5d436cd3ed
commit
c15e868b0f
4 changed files with 113 additions and 1 deletions
|
|
@ -118,6 +118,7 @@
|
|||
#include "vm.h"
|
||||
#include "types.h"
|
||||
#include "r_data/r_vanillatrans.h"
|
||||
#include "d_stats.cpp"
|
||||
|
||||
EXTERN_CVAR(Bool, hud_althud)
|
||||
void DrawHUD();
|
||||
|
|
@ -2744,6 +2745,8 @@ void D_DoomMain (void)
|
|||
setmodeneeded = false; // This may be set to true here, but isn't needed for a restart
|
||||
}
|
||||
|
||||
D_DoAnonStats();
|
||||
|
||||
if (I_FriendlyWindowTitle)
|
||||
I_SetWindowTitle(DoomStartupInfo.Name.GetChars());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue