Last modification removed because I didn't realize that it's managed by the flag

This commit is contained in:
Blu3train 2022-08-06 01:31:26 +02:00
parent 66b3c9a023
commit 0e9d3a9085

View File

@ -163,7 +163,7 @@ private:
bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo) bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
{ {
if (!sentenceInfo["current select"] || sentenceInfo["text number"] == 0 || sentence.size() > maxSentenceSize) return false; if (sentenceInfo["text number"] == 0 || sentence.size() > maxSentenceSize) return false;
static class static class
{ {