Revert "Last modification removed because I didn't realize that it's managed by the flag"
This reverts commit 0e9d3a9085
.
This commit is contained in:
parent
8ad82f0467
commit
07dbc2b578
@ -162,7 +162,7 @@ private:
|
|||||||
|
|
||||||
bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
|
bool ProcessSentence(std::wstring& sentence, SentenceInfo sentenceInfo)
|
||||||
{
|
{
|
||||||
if (sentenceInfo["text number"] == 0) return false;
|
if (!sentenceInfo["current select"] || sentenceInfo["text number"] == 0 || sentence.size() > maxSentenceSize) return false;
|
||||||
|
|
||||||
static class
|
static class
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user