mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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 componentExtension = UserComponentsComponentExtension;
|
||||
std::string sourceExtension = UserComponentsSourceExtension.get();
|
||||
std::string componentExtension = UserComponentsComponentExtension.get();
|
||||
|
||||
|
||||
uint32 uncompressedFileLength = 0;
|
||||
|
|
Loading…
Reference in a new issue