forked from teamnwah/openmw-tes3coop
Issue #219: added missing implemented for isInverted function
This commit is contained in:
parent
f5972a3080
commit
235397dde8
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ MWDialogue::SelectWrapper::Type MWDialogue::SelectWrapper::getType() const
|
||||||
|
|
||||||
bool MWDialogue::SelectWrapper::IsInverted() const
|
bool MWDialogue::SelectWrapper::IsInverted() const
|
||||||
{
|
{
|
||||||
return false;
|
char type = mSelect.mSelectRule[1];
|
||||||
|
|
||||||
|
return type=='7' || type=='8' || type=='9' || type=='A' || type=='B' || type=='C';
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MWDialogue::SelectWrapper::selectCompare (int value) const
|
bool MWDialogue::SelectWrapper::selectCompare (int value) const
|
||||||
|
|
Loading…
Reference in a new issue