diff --git a/Toshi/Plugins/Source/PPropertyParser/PPropertyReader.cpp b/Toshi/Plugins/Source/PPropertyParser/PPropertyReader.cpp index 0b0f0ae..62b6822 100644 --- a/Toshi/Plugins/Source/PPropertyParser/PPropertyReader.cpp +++ b/Toshi/Plugins/Source/PPropertyParser/PPropertyReader.cpp @@ -35,6 +35,7 @@ TBOOL PPropertyReader::Open(const Toshi::TCString& a_rFileName, Toshi::TFile* a_ m_pFile = a_pFile; m_pLexer = new Toshi::TFileLexerUTF8(m_pFile, 2); m_pLexer->SetOutputComments(m_bLoadComments); + return TTRUE; } TBOOL PPropertyReader::Open(const Toshi::TCString& a_rFileName) @@ -54,4 +55,4 @@ TBOOL PPropertyReader::Open(const Toshi::TCString& a_rFileName) void PPropertyReader::Warning(const Toshi::TCString& a_sMsg) { TDPRINTF("%s : warning: %s\n", m_szFileName, a_sMsg); -} \ No newline at end of file +}