shithub: choc

Download patch

ref: e295bb014b35e204f0523bd7e8364758251b04b8
parent: 02fc812eff2d8e83887e3b149533e2ed3f95879f
author: mfrancis95 <mikefrancis95@gmail.com>
date: Wed Oct 10 22:20:17 EDT 2018

Heretic: Call W_GenerateHashTable()

--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -963,6 +963,9 @@
         printf("Playing demo %s.\n", file);
     }
 
+    // Generate the WAD hash table.  Speed things up a bit.
+    W_GenerateHashTable();
+
     //!
     // @category demo
     //