From 910c0e61cabe4780e86b5f64d5f7f92f268f8dc7 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 15 Dec 2021 21:30:46 +0100 Subject: [PATCH] - Added Raze-specific application data search path for macOS. --- source/core/gameconfigfile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/core/gameconfigfile.cpp b/source/core/gameconfigfile.cpp index 5e9e9a324..59b6af2d0 100644 --- a/source/core/gameconfigfile.cpp +++ b/source/core/gameconfigfile.cpp @@ -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);