Heretic: Call W_GenerateHashTable()
This commit is contained in:
parent
02fc812eff
commit
e295bb014b
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue