1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

Comment fix

This commit is contained in:
scrawl 2015-12-18 02:34:42 +01:00
parent ed3486e816
commit a344183247

View file

@ -346,7 +346,6 @@ namespace MWWorld
if (mState==State_Preloaded)
return std::binary_search (mIds.begin(), mIds.end(), id);
/// \todo address const-issues
return searchConst (id).isEmpty();
}