Merge branch 'master' of github.com:chocolate-doom/chocolate-doom

This commit is contained in:
Simon Howard 2018-10-14 11:35:56 -04:00
commit 9d4b4aeea5

View file

@ -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
//