Revert erroneous changes

0.6.3
Capostrophic 7 years ago committed by GitHub
parent dd2a11b243
commit b274931165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -430,13 +430,10 @@ namespace MWDialogue
}
void DialogueManager::addChoice (const std::string& text, int choice)
{
if (!mGoodbye)
{
mIsInChoice = true;
mChoices.push_back(std::make_pair(text, choice));
}
}
const std::vector<std::pair<std::string, int> >& DialogueManager::getChoices()
{
@ -450,7 +447,7 @@ namespace MWDialogue
void DialogueManager::goodbye()
{
if (!mIsInChoice)
mIsInChoice = false;
mGoodbye = true;
}

Loading…
Cancel
Save