Delete a redundant member (it's inherited from iLiving)

This commit is contained in:
2023-01-20 09:55:44 -05:00
parent 811c5d1c7c
commit 642a863594
2 changed files with 0 additions and 2 deletions

View File

@@ -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)

View File

@@ -120,7 +120,6 @@ public:
std::map<int, cJob> active_quests;
location left_at;
size_t left_in;
eDirection direction;
short at_which_save_slot;
std::bitset<20> alchemy;
std::map<int,int> key_times;