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:
parent
49f590c797
commit
bdeae23a56
2 changed files with 33 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue