shithub: choc

Download patch

ref: 3de5232454854ac0b64801baf2350add8f777923
parent: ffbc2b349296dd15b48743ce8d092f1cf66a3d99
author: Alexandre-Xavier Labonté-Lamoureux <alexandrexavier@live.ca>
date: Fri Oct 19 13:27:18 EDT 2018

Hexen: Call W_GenerateHashTable()

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