Heretic: Call W_GenerateHashTable()

This commit is contained in:
mfrancis95 2018-10-11 02:20:17 -04:00
parent 02fc812eff
commit e295bb014b

View file

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