- implemented anonymous stats collector

This commit is contained in:
Rachael Alexanderson 2018-03-04 23:49:01 -05:00 committed by Christoph Oelckers
commit c15e868b0f
4 changed files with 113 additions and 1 deletions

View file

@ -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());