diff --git a/apps/openmw/mwworld/cellstore.cpp b/apps/openmw/mwworld/cellstore.cpp index 40fd98219..2964c8a8a 100644 --- a/apps/openmw/mwworld/cellstore.cpp +++ b/apps/openmw/mwworld/cellstore.cpp @@ -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 diff --git a/apps/openmw/mwworld/cellstore.hpp b/apps/openmw/mwworld/cellstore.hpp index 8d094b78f..2bd3ed082 100644 --- a/apps/openmw/mwworld/cellstore.hpp +++ b/apps/openmw/mwworld/cellstore.hpp @@ -75,9 +75,6 @@ namespace MWWorld std::vector mIds; float mWaterLevel; - // Added by tes3mp - unsigned int lastRefNumIndex; - MWWorld::TimeStamp mLastRespawn; // List of refs owned by this cell