mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
improve "IWAD not found" error message (#2119)
This commit is contained in:
parent
7e39b8d839
commit
abd23ab741
@ -864,7 +864,11 @@ void IdentifyVersion(void)
|
|||||||
|
|
||||||
if (!iwadfile)
|
if (!iwadfile)
|
||||||
{
|
{
|
||||||
I_Error("IWAD not found");
|
I_Error("IWAD not found!\n"
|
||||||
|
"\n"
|
||||||
|
"Place an IWAD file (e.g. doom.wad, doom2.wad)\n"
|
||||||
|
"in one of the IWAD search directories, e.g.\n"
|
||||||
|
"%s", D_DoomPrefDir());
|
||||||
}
|
}
|
||||||
|
|
||||||
D_AddFile(iwadfile);
|
D_AddFile(iwadfile);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user