mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 12:30:40 +00:00
Fixed Mac default wad/grp search paths.
This commit is contained in:
parent
c6f6cf5933
commit
9c65d2cde1
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,7 @@ FGameConfigFile::FGameConfigFile ()
|
|||
SetValueForKey ("Path", user_app_support + "/JFDuke32", true);
|
||||
SetValueForKey ("Path", user_app_support + "/NBlood", true);
|
||||
SetValueForKey ("Path", user_app_support + "/Raze/*", true);
|
||||
SetValueForKey ("Path", user_app_support + "/*", true);
|
||||
SetValueForKey ("Path", "$PROGDIR", true);
|
||||
SetValueForKey ("Path", "$PROGDIR/*", true);
|
||||
SetValueForKey ("Path", local_app_support + "/EDuke32", true);
|
||||
|
@ -92,6 +93,7 @@ FGameConfigFile::FGameConfigFile ()
|
|||
SetValueForKey ("Path", local_app_support + "/JFSW", true);
|
||||
SetValueForKey ("Path", local_app_support + "/VoidSW", true);
|
||||
SetValueForKey ("Path", local_app_support + "/Raze/*", true);
|
||||
SetValueForKey ("Path", local_app_support + "/*", true);
|
||||
|
||||
#elif !defined(__unix__)
|
||||
SetValueForKey ("Path", "$PROGDIR", true);
|
||||
|
|
Loading…
Reference in a new issue