ref: 9d4b4aeea599b101c4f2f527d0e78eac11e642f5
parent: 5e32affd9779389647c6914ebb3926d432a01c0a
parent: 08bb28ed910263d8b5d6d98e46411ae762164518
author: Simon Howard <[email protected]>
date: Sun Oct 14 07:35:56 EDT 2018
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
--- 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
//