mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Merge branch 'hashing' of https://github.com/Edward850/zdoom
This commit is contained in:
commit
29c5071672
1 changed files with 1 additions and 1 deletions
|
@ -2223,7 +2223,7 @@ void D_DoomMain (void)
|
|||
|
||||
if (Args->CheckParm("-hashfiles"))
|
||||
{
|
||||
FString filename = "fileinfo.txt";
|
||||
const char *filename = "fileinfo.txt";
|
||||
Printf("Hashing loaded content to: %s\n", filename);
|
||||
hashfile = fopen(filename, "w");
|
||||
if (hashfile)
|
||||
|
|
Loading…
Reference in a new issue