diff --git a/apps/openmw/mwworld/worldimp.hpp b/apps/openmw/mwworld/worldimp.hpp index a3a17128ae..571b0963eb 100644 --- a/apps/openmw/mwworld/worldimp.hpp +++ b/apps/openmw/mwworld/worldimp.hpp @@ -91,6 +91,7 @@ namespace MWWorld MWWorld::Globals mGlobalVariables; Misc::Rng::Generator mPrng; Cells mCells; + std::vector mESMVersions; // the versions of esm files std::string mCurrentWorldSpace; @@ -138,8 +139,6 @@ namespace MWWorld float mSimulationTimeScale = 1.0; - std::vector mESMVersions; // the versions of esm files - // not implemented World(const World&); World& operator=(const World&);