|
|
@ -2688,7 +2688,7 @@ void CPatchThread::run()
|
|
|
|
CPatchManager::SFileToPatch &rFTP = AllFilesToPatch[i];
|
|
|
|
CPatchManager::SFileToPatch &rFTP = AllFilesToPatch[i];
|
|
|
|
|
|
|
|
|
|
|
|
string ext = NLMISC::CFile::getExtension(rFTP.FileName);
|
|
|
|
string ext = NLMISC::CFile::getExtension(rFTP.FileName);
|
|
|
|
if (ext == "bnp")
|
|
|
|
if (ext == "bnp" || ext == "snp")
|
|
|
|
{
|
|
|
|
{
|
|
|
|
float oldCurrentFilePatched = CurrentFilePatched;
|
|
|
|
float oldCurrentFilePatched = CurrentFilePatched;
|
|
|
|
processFile (rFTP);
|
|
|
|
processFile (rFTP);
|
|
|
|