1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 15:15:33 +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();
}