Fixed Mac default wad/grp search paths.

This commit is contained in:
CandiceJoy 2023-03-19 14:31:07 -05:00 committed by Christoph Oelckers
parent c6f6cf5933
commit 9c65d2cde1

View file

@ -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);