mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 08:35:52 -04:00
[Client] Remove variable added by tes3mp to CellStore that is not used
This commit is contained in:
parent
83ba4b62b1
commit
9b58973929
@ -359,9 +359,6 @@ namespace MWWorld
|
|||||||
: mStore(esmStore), mReader(readerList), mCell (cell), mState (State_Unloaded), mHasState (false), mLastRespawn(0,0)
|
: mStore(esmStore), mReader(readerList), mCell (cell), mState (State_Unloaded), mHasState (false), mLastRespawn(0,0)
|
||||||
{
|
{
|
||||||
mWaterLevel = cell->mWater;
|
mWaterLevel = cell->mWater;
|
||||||
|
|
||||||
// Added by tes3mp
|
|
||||||
lastRefNumIndex = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const ESM::Cell *CellStore::getCell() const
|
const ESM::Cell *CellStore::getCell() const
|
||||||
|
@ -75,9 +75,6 @@ namespace MWWorld
|
|||||||
std::vector<std::string> mIds;
|
std::vector<std::string> mIds;
|
||||||
float mWaterLevel;
|
float mWaterLevel;
|
||||||
|
|
||||||
// Added by tes3mp
|
|
||||||
unsigned int lastRefNumIndex;
|
|
||||||
|
|
||||||
MWWorld::TimeStamp mLastRespawn;
|
MWWorld::TimeStamp mLastRespawn;
|
||||||
|
|
||||||
// List of refs owned by this cell
|
// List of refs owned by this cell
|
||||||
|
Loading…
x
Reference in New Issue
Block a user