mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
8459ee1cb2
The default paths for **FileSearch.Directories** and **SoundfontSearch.Directories** are somewhat broken. `SHARE_DIR` is defined as just `/usr/local/share/`. The paths `…/games/raze` are not added to **FileSearch.Directories**. `GAME_DIR` is defined as `.config/raze` on Unix. Combining it with the prefix `…/share/` is wrong. Excerpt from the default configuration: ```ini [FileSearch.Directories] … Path=/usr/local/share/ … [SoundfontSearch.Directories] … Path=/usr/local/share/.config/raze/soundfonts Path=/usr/local/share/games/.config/raze/soundfonts Path=/usr/share/.config/raze/soundfonts Path=/usr/share/games/.config/raze/soundfonts ``` |
||
---|---|---|
.. | ||
build | ||
common | ||
core | ||
games | ||
platform | ||
thirdparty | ||
CMakeLists.txt | ||
g_pch.h |