this must have been in previous commit
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
//-----------------------------------------------------------------------------
|
||||
void IFileSystem::InitFilesystem()
|
||||
{
|
||||
#ifdef STATIC_BUILD
|
||||
fs_basedir = ICommandLine::ParamValue("-basedir");
|
||||
if ( fs_basedir == 0 )
|
||||
fs_basedir=BASEDIR;
|
||||
@@ -62,6 +63,8 @@ void IFileSystem::InitFilesystem()
|
||||
fs_gamedir=GAMEDIR;
|
||||
|
||||
AddGameDirectory(fs_gamedir);
|
||||
#endif
|
||||
AddGameDirectory(".");
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user