mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Optimization for files loading under Linux
This commit is contained in:
parent
a2be9e1d1b
commit
bc3190ab1e
1 changed files with 2 additions and 1 deletions
|
@ -2010,7 +2010,8 @@ void CClientConfig::init(const string &configFileName)
|
||||||
}
|
}
|
||||||
fprintf(fp, "RootConfigFilename = \"%s\";\n", defaultConfigFileName.c_str());
|
fprintf(fp, "RootConfigFilename = \"%s\";\n", defaultConfigFileName.c_str());
|
||||||
#ifdef RYZOM_SHARE_PREFIX
|
#ifdef RYZOM_SHARE_PREFIX
|
||||||
fprintf(fp, "PreDataPath = { \"%s/data\" };\n", RYZOM_SHARE_PREFIX);
|
fprintf(fp, "PreDataPath = { \"user\", \"patch\", \"examples\", \"%s/data/fonts\", \"%s/data/gamedev.bnp\" };\n", RYZOM_SHARE_PREFIX, RYZOM_SHARE_PREFIX);
|
||||||
|
fprintf(fp, "DataPath = { \"%s/data\" };\n", RYZOM_SHARE_PREFIX);
|
||||||
#endif // RYZOM_SHARE_PREFIX
|
#endif // RYZOM_SHARE_PREFIX
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue