Hexen: Call W_GenerateHashTable()

This commit is contained in:
Alexandre-Xavier Labonté-Lamoureux 2018-10-19 17:27:18 -04:00
parent ffbc2b3492
commit 3de5232454

View file

@ -424,6 +424,9 @@ void D_DoomMain(void)
HandleArgs();
// Generate the WAD hash table. Speed things up a bit.
W_GenerateHashTable();
I_PrintStartupBanner(gamedescription);
ST_Message("MN_Init: Init menu system.\n");