mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Say DEFAULTDIR not .srb2kart
This commit is contained in:
parent
6e3facf8f4
commit
4c816f4059
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue