1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-31 23:45:32 +00:00

[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)
{
mWaterLevel = cell->mWater;
// Added by tes3mp
lastRefNumIndex = 0;
}
const ESM::Cell *CellStore::getCell() const

View file

@ -75,9 +75,6 @@ namespace MWWorld
std::vector<std::string> mIds;
float mWaterLevel;
// Added by tes3mp
unsigned int lastRefNumIndex;
MWWorld::TimeStamp mLastRespawn;
// List of refs owned by this cell