Say DEFAULTDIR not .srb2kart

This commit is contained in:
James R 2020-08-26 23:37:52 -07:00
parent 6e3facf8f4
commit 4c816f4059

View file

@ -3661,7 +3661,7 @@ static const char *locateWad(void)
#ifdef DEFAULTDIR
I_OutputMsg(",HOME/.srb2kart");
I_OutputMsg(",HOME/" DEFAULTDIR);
// examine user jart directory
if ((envstr = I_GetEnv("HOME")) != NULL)
{