Skip to content

Commit

Permalink
Added SHARE_DIR search path back
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Feb 24, 2018
1 parent 76ff1ad commit 3436b80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gameconfigfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ FGameConfigFile::FGameConfigFile ()
SetValueForKey ("Path", "$PROGDIR", true);
#else
SetValueForKey ("Path", "$HOME/" 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);
Expand Down

0 comments on commit 3436b80

Please sign in to comment.