Merge branch 'less-confusing-errors' into 'master'

Make the error less confusing

See merge request STJr/SRB2!337
This commit is contained in:
Digiku 2018-11-23 07:35:26 -05:00
commit 9519534031
1 changed files with 1 additions and 1 deletions

View File

@ -824,7 +824,7 @@ static void IdentifyVersion(void)
else if (srb2wad1 != NULL && FIL_ReadFileOK(srb2wad1))
D_AddFile(srb2wad1);
else
I_Error("SRB2.SRB/SRB2.WAD not found! Expected in %s, ss files: %s and %s\n", srb2waddir, srb2wad1, srb2wad2);
I_Error("SRB2.SRB/SRB2.WAD not found! Expected in %s, ss files: %s or %s\n", srb2waddir, srb2wad1, srb2wad2);
if (srb2wad1)
free(srb2wad1);