mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 22:00:50 +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
|
#ifdef DEFAULTDIR
|
||||||
I_OutputMsg(",HOME/.srb2kart");
|
I_OutputMsg(",HOME/" DEFAULTDIR);
|
||||||
// examine user jart directory
|
// examine user jart directory
|
||||||
if ((envstr = I_GetEnv("HOME")) != NULL)
|
if ((envstr = I_GetEnv("HOME")) != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue