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:
parent
ed3486e816
commit
a344183247
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue