mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-25 05:21:02 +00:00
If *nix, add default gzdoom.pk3 directory t File.Search paths
This commit is contained in:
parent
80701927e8
commit
2e4ffbb1d1
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,10 @@ FGameConfigFile::FGameConfigFile ()
|
||||||
#else
|
#else
|
||||||
SetValueForKey ("Path", "~/" GAME_DIR, true);
|
SetValueForKey ("Path", "~/" GAME_DIR, true);
|
||||||
SetValueForKey ("Path", SHARE_DIR, true);
|
SetValueForKey ("Path", SHARE_DIR, true);
|
||||||
|
SetValueForKey ("Path", "/usr/local/share/doom", true);
|
||||||
|
SetValueForKey ("Path", "/usr/local/share/games/doom", true);
|
||||||
|
SetValueForKey ("Path", "/usr/share/doom", true);
|
||||||
|
SetValueForKey ("Path", "/usr/share/games/doom", true);
|
||||||
#endif
|
#endif
|
||||||
SetValueForKey ("Path", "$DOOMWADDIR", true);
|
SetValueForKey ("Path", "$DOOMWADDIR", true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue