mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
fix separator
This commit is contained in:
parent
1d7e92b6b3
commit
f218ef2675
@ -333,9 +333,9 @@ std::string DialogueWindow::parseText(std::string text)
|
||||
for(unsigned int i = 0;i<mTopicsList->getItemCount();i++)
|
||||
{
|
||||
std::string keyWord = mTopicsList->getItemNameAt(i);
|
||||
if (separatorReached && keyWord != "")
|
||||
if (separatorReached)
|
||||
topics.push_back(keyWord);
|
||||
else
|
||||
else if (keyWord == "")
|
||||
separatorReached = true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user