mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Merge pull request #226 from Hoikas/no-encryption
Deprecate WDYS Encryption
This commit is contained in:
@ -394,7 +394,7 @@ bool LocalizationXMLFile::Parse(const std::string & fileName)
|
||||
XML_SetCharacterDataHandler(fParser, HandleData);
|
||||
XML_SetUserData(fParser, (void*)this);
|
||||
|
||||
hsStream *xmlStream = plEncryptedStream::OpenEncryptedFile(fileName.c_str(), false);
|
||||
hsStream *xmlStream = plEncryptedStream::OpenEncryptedFile(fileName.c_str());
|
||||
if (!xmlStream)
|
||||
{
|
||||
wchar_t *wFilename = hsStringToWString(fileName.c_str());
|
||||
|
Reference in New Issue
Block a user