mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
fix for #634
This commit is contained in:
parent
a723ad8f29
commit
ee5d0277e8
@ -198,7 +198,7 @@ bool MWDialogue::Filter::testSelectStructNumeric (const SelectWrapper& select) c
|
|||||||
if (i<script->mData.mNumLongs)
|
if (i<script->mData.mNumLongs)
|
||||||
return select.selectCompare (locals.mLongs[i]);
|
return select.selectCompare (locals.mLongs[i]);
|
||||||
|
|
||||||
i -= script->mData.mNumShorts;
|
i -= script->mData.mNumLongs;
|
||||||
|
|
||||||
return select.selectCompare (locals.mFloats.at (i));
|
return select.selectCompare (locals.mFloats.at (i));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user