Add extra stk-assets possibility (inside the data/)
This commit is contained in:
parent
f91426d748
commit
419b516dcf
@ -205,6 +205,8 @@ FileManager::FileManager()
|
||||
addRootDirs(root_dir);
|
||||
if( fileExists(root_dir+"../../stk-assets"))
|
||||
addRootDirs(root_dir+"../../stk-assets");
|
||||
if( fileExists(root_dir+"/stk-assets"))
|
||||
addRootDirs(root_dir+"/stk-assets");
|
||||
if( fileExists(root_dir+"../../supertuxkart-assets"))
|
||||
addRootDirs(root_dir+"../../supertuxkart-assets");
|
||||
if ( getenv ( "SUPERTUXKART_ROOT_PATH" ) != NULL )
|
||||
|
Loading…
Reference in New Issue
Block a user