From 9a1510caf07e25ca7bbd44ee5a151f37aae296e1 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Thu, 25 Sep 2014 20:25:54 +0200 Subject: [PATCH] Fix patching --HG-- branch : feature-streamed-package --- code/ryzom/client/src/login_patch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/login_patch.cpp b/code/ryzom/client/src/login_patch.cpp index 657eb8fb3..949527e82 100644 --- a/code/ryzom/client/src/login_patch.cpp +++ b/code/ryzom/client/src/login_patch.cpp @@ -2688,7 +2688,7 @@ void CPatchThread::run() CPatchManager::SFileToPatch &rFTP = AllFilesToPatch[i]; string ext = NLMISC::CFile::getExtension(rFTP.FileName); - if (ext == "bnp") + if (ext == "bnp" || ext == "snp") { float oldCurrentFilePatched = CurrentFilePatched; processFile (rFTP);