foxygit / doom Log in
commit e295bb014b35e204f0523bd7e8364758251b04b8
Author:     mfrancis95 <mikefrancis95@gmail.com>
AuthorDate: Thu Oct 11 02:20:17 2018 -0400
Commit:     mfrancis95 <mikefrancis95@gmail.com>
CommitDate: Thu Oct 11 02:20:17 2018 -0400

    Heretic: Call W_GenerateHashTable()
---
 src/heretic/d_main.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c
index 246e4082..97b1c07f 100644
--- a/src/heretic/d_main.c
+++ b/src/heretic/d_main.c
@@ -963,6 +963,9 @@ void D_DoomMain(void)
         printf("Playing demo %s.\n", file);
     }

+    // Generate the WAD hash table.  Speed things up a bit.
+    W_GenerateHashTable();
+
     //!
     // @category demo
     //