mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-25 13:41:05 +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
|
||||
SetValueForKey ("Path", "~/" GAME_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
|
||||
SetValueForKey ("Path", "$DOOMWADDIR", true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue