Delete a redundant member (it's inherited from iLiving)
This commit is contained in:
@@ -82,7 +82,6 @@ cParty::cParty(const cParty& other)
|
|||||||
, active_quests(other.active_quests)
|
, active_quests(other.active_quests)
|
||||||
, left_at(other.left_at)
|
, left_at(other.left_at)
|
||||||
, left_in(other.left_in)
|
, left_in(other.left_in)
|
||||||
, direction(other.direction)
|
|
||||||
, at_which_save_slot(other.at_which_save_slot)
|
, at_which_save_slot(other.at_which_save_slot)
|
||||||
, alchemy(other.alchemy)
|
, alchemy(other.alchemy)
|
||||||
, key_times(other.key_times)
|
, key_times(other.key_times)
|
||||||
|
@@ -120,7 +120,6 @@ public:
|
|||||||
std::map<int, cJob> active_quests;
|
std::map<int, cJob> active_quests;
|
||||||
location left_at;
|
location left_at;
|
||||||
size_t left_in;
|
size_t left_in;
|
||||||
eDirection direction;
|
|
||||||
short at_which_save_slot;
|
short at_which_save_slot;
|
||||||
std::bitset<20> alchemy;
|
std::bitset<20> alchemy;
|
||||||
std::map<int,int> key_times;
|
std::map<int,int> key_times;
|
||||||
|
Reference in New Issue
Block a user