mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
add executable directory to autoload basedirs on non-Windows
This commit is contained in:
parent
595662ff86
commit
68e21d1fda
@ -683,6 +683,9 @@ static struct {
|
|||||||
{WOOFDATADIR, NULL},
|
{WOOFDATADIR, NULL},
|
||||||
#endif
|
#endif
|
||||||
{NULL, D_DoomPrefDir},
|
{NULL, D_DoomPrefDir},
|
||||||
|
#if !defined(_WIN32) || defined(_WIN32_WCE)
|
||||||
|
{NULL, D_DoomExeDir},
|
||||||
|
#endif
|
||||||
{NULL, NULL},
|
{NULL, NULL},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user