Hexen: Call W_GenerateHashTable()
This commit is contained in:
parent
ffbc2b3492
commit
3de5232454
1 changed files with 3 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue