forked from mirror/openmw-tes3mp
fix for #634
This commit is contained in:
parent
a723ad8f29
commit
ee5d0277e8
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ bool MWDialogue::Filter::testSelectStructNumeric (const SelectWrapper& select) c
|
|||
if (i<script->mData.mNumLongs)
|
||||
return select.selectCompare (locals.mLongs[i]);
|
||||
|
||||
i -= script->mData.mNumShorts;
|
||||
i -= script->mData.mNumLongs;
|
||||
|
||||
return select.selectCompare (locals.mFloats.at (i));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue