Added -hashfiles command

This commit is contained in:
Edward Richardson 2015-03-17 18:07:50 +13:00
commit bf6cdba0bb
3 changed files with 78 additions and 0 deletions

View file

@ -172,6 +172,7 @@ extern bool playeringame[/*MAXPLAYERS*/];
// File handling stuff.
extern FILE* debugfile;
extern FILE* hashfile;
// if true, load all graphics at level load
extern bool precache;