[Client] Remove variable added by tes3mp to CellStore that is not used

This commit is contained in:
David Cernat 2017-05-02 02:42:37 +03:00
parent 83ba4b62b1
commit 9b58973929
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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