diff --git a/src/universe/party.cpp b/src/universe/party.cpp index d65a032f..d562c1d9 100644 --- a/src/universe/party.cpp +++ b/src/universe/party.cpp @@ -82,7 +82,6 @@ cParty::cParty(const cParty& other) , active_quests(other.active_quests) , left_at(other.left_at) , left_in(other.left_in) - , direction(other.direction) , at_which_save_slot(other.at_which_save_slot) , alchemy(other.alchemy) , key_times(other.key_times) diff --git a/src/universe/party.hpp b/src/universe/party.hpp index cba72a1a..832f1bab 100644 --- a/src/universe/party.hpp +++ b/src/universe/party.hpp @@ -120,7 +120,6 @@ public: std::map active_quests; location left_at; size_t left_in; - eDirection direction; short at_which_save_slot; std::bitset<20> alchemy; std::map key_times;