From 4f5b459703e6865bb29912c74a63e423b4b277b2 Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Sat, 14 Oct 2017 23:19:53 -0700 Subject: [PATCH] Remove SHARE_DIR from FileSearch.Directories for *nix --- src/gameconfigfile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gameconfigfile.cpp b/src/gameconfigfile.cpp index 6e731d2bc..f6fc12dfa 100644 --- a/src/gameconfigfile.cpp +++ b/src/gameconfigfile.cpp @@ -149,7 +149,6 @@ FGameConfigFile::FGameConfigFile () SetValueForKey ("Path", "$PROGDIR", true); #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);