mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor changes
This commit is contained in:
parent
90185f7682
commit
607a92dae6
1 changed files with 4 additions and 3 deletions
|
@ -237,7 +237,7 @@ void CPatchManager::setClientRootPath(const std::string& clientRootPath)
|
|||
{
|
||||
ClientRootPath = CPath::standardizePath(clientRootPath);
|
||||
ClientPatchPath = CPath::standardizePath(ClientRootPath + "unpack");
|
||||
|
||||
|
||||
WritableClientDataPath = CPath::standardizePath(ClientRootPath + "data");
|
||||
|
||||
#ifdef NL_OS_MAC
|
||||
|
@ -275,6 +275,7 @@ void CPatchManager::init(const std::vector<std::string>& patchURIs, const std::s
|
|||
{
|
||||
uint i;
|
||||
PatchServers.clear();
|
||||
|
||||
for (i=0; i<patchURIs.size(); ++i)
|
||||
{
|
||||
PatchServers.push_back(CPatchServer(patchURIs[i]));
|
||||
|
@ -895,7 +896,7 @@ void CPatchManager::createBatchFile(CProductDescriptionForClient &descFile, bool
|
|||
fprintf(fp, ":looppatch\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
vector<string> vFileList;
|
||||
CPath::getPathContent ("patch", false, false, true, vFileList, NULL, false);
|
||||
|
||||
|
@ -2736,7 +2737,7 @@ void CPatchThread::run()
|
|||
for (i = 0; i < AllFilesToPatch.size(); ++i)
|
||||
{
|
||||
CPatchManager::SFileToPatch &rFTP = AllFilesToPatch[i];
|
||||
|
||||
|
||||
string ext = NLMISC::CFile::getExtension(rFTP.FileName);
|
||||
if (ext == "bnp")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue