mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Visual Studio 2013 compilation support for Ryzom Client
--HG-- branch : develop
This commit is contained in:
parent
aebda454dc
commit
2667c5d8a2
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