mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 07:45:36 +00:00
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
|
||||
{
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue