mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
Comment fix
This commit is contained in:
parent
ed3486e816
commit
a344183247
1 changed files with 0 additions and 1 deletions
|
@ -346,7 +346,6 @@ namespace MWWorld
|
||||||
if (mState==State_Preloaded)
|
if (mState==State_Preloaded)
|
||||||
return std::binary_search (mIds.begin(), mIds.end(), id);
|
return std::binary_search (mIds.begin(), mIds.end(), id);
|
||||||
|
|
||||||
/// \todo address const-issues
|
|
||||||
return searchConst (id).isEmpty();
|
return searchConst (id).isEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue