forked from mirror/openmw-tes3mp
cleanup
This commit is contained in:
parent
918316168f
commit
c5a6171aab
1 changed files with 0 additions and 2 deletions
|
@ -572,7 +572,6 @@ namespace MWWorld
|
||||||
ESM::Cell *ptr;
|
ESM::Cell *ptr;
|
||||||
if (cell.isExterior()) {
|
if (cell.isExterior()) {
|
||||||
std::pair<int, int> key(cell.getGridX(), cell.getGridY());
|
std::pair<int, int> key(cell.getGridX(), cell.getGridY());
|
||||||
DynamicExt::iterator it = mDynamicExt.find(key);
|
|
||||||
|
|
||||||
// duplicate insertions are avoided by search(ESM::Cell &)
|
// duplicate insertions are avoided by search(ESM::Cell &)
|
||||||
std::pair<DynamicExt::iterator, bool> result =
|
std::pair<DynamicExt::iterator, bool> result =
|
||||||
|
@ -582,7 +581,6 @@ namespace MWWorld
|
||||||
mSharedExt.push_back(ptr);
|
mSharedExt.push_back(ptr);
|
||||||
} else {
|
} else {
|
||||||
std::string key = StringUtils::lowerCase(cell.mName);
|
std::string key = StringUtils::lowerCase(cell.mName);
|
||||||
DynamicInt::iterator it = mDynamicInt.find(key);
|
|
||||||
|
|
||||||
// duplicate insertions are avoided by search(ESM::Cell &)
|
// duplicate insertions are avoided by search(ESM::Cell &)
|
||||||
std::pair<DynamicInt::iterator, bool> result =
|
std::pair<DynamicInt::iterator, bool> result =
|
||||||
|
|
Loading…
Reference in a new issue