- Added Raze-specific application data search path for macOS.

This commit is contained in:
Christoph Oelckers 2021-12-15 21:30:46 +01:00
parent eeabe0fe6d
commit 910c0e61ca

View file

@ -90,6 +90,7 @@ FGameConfigFile::FGameConfigFile ()
SetValueForKey ("Path", local_app_support + "/NBlood", true);
SetValueForKey("Path", local_app_support + "/JFSW", true);
SetValueForKey("Path", local_app_support + "/VoidSW", true);
SetValueForKey("Path", local_app_support + "/Raze/*", true);
#elif !defined(__unix__)
SetValueForKey ("Path", "$PROGDIR", true);