Fix screwed up whitespace in files.c
Apologies to anyone merging this :(
This commit is contained in:
parent
5fd456ff7c
commit
70b165ee33
1 changed files with 169 additions and 169 deletions
|
@ -3172,12 +3172,12 @@ static void FS_Startup( const char *gameName )
|
|||
}
|
||||
// fs_homepath is somewhat particular to *nix systems, only add if relevant
|
||||
|
||||
#ifdef MACOS_X
|
||||
#ifdef MACOS_X
|
||||
fs_apppath = Cvar_Get ("fs_apppath", Sys_DefaultAppPath(), CVAR_INIT|CVAR_PROTECTED );
|
||||
// Make MacOSX also include the base path included with the .app bundle
|
||||
if (fs_apppath->string[0])
|
||||
FS_AddGameDirectory(fs_apppath->string, gameName);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// NOTE: same filtering below for mods and basegame
|
||||
if (fs_homepath->string[0] && Q_stricmp(fs_homepath->string,fs_basepath->string)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue