Merge commit '6b5be653dc'
This commit is contained in:
commit
58ddcd4806
65 changed files with 1310 additions and 332 deletions
|
|
@ -125,6 +125,9 @@ FGameConfigFile::FGameConfigFile ()
|
|||
SetValueForKey ("Path", "/usr/local/share/games/doom", true);
|
||||
SetValueForKey ("Path", "/usr/share/doom", true);
|
||||
SetValueForKey ("Path", "/usr/share/games/doom", true);
|
||||
SetValueForKey ("Path", SHARE_DIR "/doom", true);
|
||||
SetValueForKey ("Path", SHARE_DIR "/games/doom", true);
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
@ -143,6 +146,8 @@ FGameConfigFile::FGameConfigFile ()
|
|||
SetValueForKey ("Path", "$HOME/" GAME_DIR, true);
|
||||
SetValueForKey ("Path", "$HOME/.local/share/games/doom", true);
|
||||
SetValueForKey ("Path", SHARE_DIR, true);
|
||||
SetValueForKey ("Path", SHARE_DIR "/doom", true);
|
||||
SetValueForKey ("Path", SHARE_DIR "/games/doom", true);
|
||||
SetValueForKey ("Path", "/usr/local/share/doom", true);
|
||||
SetValueForKey ("Path", "/usr/local/share/games/doom", true);
|
||||
SetValueForKey ("Path", "/usr/share/doom", true);
|
||||
|
|
@ -180,6 +185,11 @@ FGameConfigFile::FGameConfigFile ()
|
|||
SetValueForKey("Path", "/usr/share/doom/fm_banks", true);
|
||||
SetValueForKey("Path", "/usr/share/games/doom/soundfonts", true);
|
||||
SetValueForKey("Path", "/usr/share/games/doom/fm_banks", true);
|
||||
SetValueForKey("Path", SHARE_DIR "/doom/soundfonts", true);
|
||||
SetValueForKey("Path", SHARE_DIR "/doom/fm_banks", true);
|
||||
SetValueForKey("Path", SHARE_DIR "/games/doom/soundfonts", true);
|
||||
SetValueForKey("Path", SHARE_DIR "/games/doom/fm_banks", true);
|
||||
SetValueForKey("Path", "/usr/share/soundfonts", true);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue