At least explain why WADNAME warps shit themselves
This commit is contained in:
parent
09d00bdd5f
commit
4d67f68aec
1 changed files with 2 additions and 2 deletions
|
|
@ -1860,7 +1860,7 @@ void D_SRB2Main(void)
|
|||
if (WADNAMECHECK(word))
|
||||
{
|
||||
if (!(pstartmap = wadnamemap))
|
||||
I_Error("Bad '%s' level warp.\n"
|
||||
I_Error("Bad '%s' level warp; pstartmap (%d) != wadnamemap (%d)).\n"
|
||||
#if defined (_WIN32)
|
||||
"Are you using MSDOS 8.3 filenames in Zone Builder?\n"
|
||||
"\n"
|
||||
|
|
@ -1868,7 +1868,7 @@ void D_SRB2Main(void)
|
|||
"Go to the Testing tab and make sure \"Use short paths and file names\" is turned off.\n"
|
||||
"(The option is hidden by default. Check \"Customize parameters\" to show it.)\n"
|
||||
#endif
|
||||
, word);
|
||||
, word, pstartmap, wadnamemap);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue