Visual Studio 2013 compilation support for Ryzom Client
This commit is contained in:
parent
a336a75f30
commit
f008ed26e7
1 changed files with 2 additions and 2 deletions
|
@ -1352,8 +1352,8 @@ bool CClientEditionModule::loadUserComponent(const std::string& filename, bool m
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string sourceExtension = UserComponentsSourceExtension;
|
std::string sourceExtension = UserComponentsSourceExtension.get();
|
||||||
std::string componentExtension = UserComponentsComponentExtension;
|
std::string componentExtension = UserComponentsComponentExtension.get();
|
||||||
|
|
||||||
|
|
||||||
uint32 uncompressedFileLength = 0;
|
uint32 uncompressedFileLength = 0;
|
||||||
|
|
Loading…
Reference in a new issue