Say DEFAULTDIR not .srb2kart

This commit is contained in:
James R 2020-08-26 23:37:52 -07:00
parent 45af41ef0c
commit e4a522353f

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)
{