1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 00:45:31 +00:00
This commit is contained in:
lazydev 2013-03-30 22:18:34 +04:00
parent a723ad8f29
commit ee5d0277e8

View file

@ -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));
}