Added native UI dialog to confirm stats collection

Implemented only for Windows so far
Need good message to explain purpose of this feature
This commit is contained in:
alexey.lysiuk 2018-03-14 10:20:46 +02:00
commit bdeae23a56
2 changed files with 33 additions and 0 deletions

View file

@ -2352,6 +2352,9 @@ void D_DoomMain (void)
D_DoomInit();
extern void D_ConfirmSendStats();
D_ConfirmSendStats();
// [RH] Make sure zdoom.pk3 is always loaded,
// as it contains magic stuff we need.
wad = BaseFileSearch (BASEWAD, NULL, true);