Changed: Minor changes

--HG--
branch : develop
This commit is contained in:
kervala 2015-12-21 17:32:05 +01:00
parent 9bc4534660
commit 93225c6495

View file

@ -275,6 +275,7 @@ void CPatchManager::init(const std::vector<std::string>& patchURIs, const std::s
{ {
uint i; uint i;
PatchServers.clear(); PatchServers.clear();
for (i=0; i<patchURIs.size(); ++i) for (i=0; i<patchURIs.size(); ++i)
{ {
PatchServers.push_back(CPatchServer(patchURIs[i])); PatchServers.push_back(CPatchServer(patchURIs[i]));