mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
Remove unused PathgridGraph::mIsExterior
This commit is contained in:
parent
e6231f67e6
commit
095a45c714
@ -52,7 +52,6 @@ namespace MWMechanics
|
|||||||
PathgridGraph::PathgridGraph(const MWWorld::CellStore *cell)
|
PathgridGraph::PathgridGraph(const MWWorld::CellStore *cell)
|
||||||
: mCell(nullptr)
|
: mCell(nullptr)
|
||||||
, mPathgrid(nullptr)
|
, mPathgrid(nullptr)
|
||||||
, mIsExterior(0)
|
|
||||||
, mGraph(0)
|
, mGraph(0)
|
||||||
, mIsGraphConstructed(false)
|
, mIsGraphConstructed(false)
|
||||||
, mSCCId(0)
|
, mSCCId(0)
|
||||||
@ -106,7 +105,6 @@ namespace MWMechanics
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
mCell = cell->getCell();
|
mCell = cell->getCell();
|
||||||
mIsExterior = cell->getCell()->isExterior();
|
|
||||||
mPathgrid = MWBase::Environment::get().getWorld()->getStore().get<ESM::Pathgrid>().search(*cell->getCell());
|
mPathgrid = MWBase::Environment::get().getWorld()->getStore().get<ESM::Pathgrid>().search(*cell->getCell());
|
||||||
if(!mPathgrid)
|
if(!mPathgrid)
|
||||||
return false;
|
return false;
|
||||||
|
@ -44,7 +44,6 @@ namespace MWMechanics
|
|||||||
|
|
||||||
const ESM::Cell *mCell;
|
const ESM::Cell *mCell;
|
||||||
const ESM::Pathgrid *mPathgrid;
|
const ESM::Pathgrid *mPathgrid;
|
||||||
bool mIsExterior;
|
|
||||||
|
|
||||||
struct ConnectedPoint // edge
|
struct ConnectedPoint // edge
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user