diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c index 2a9f232c..95d73035 100644 --- a/src/hexen/h2_main.c +++ b/src/hexen/h2_main.c @@ -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");