Save unlocked doors. (Fix #207)

This commit is contained in:
2025-05-04 11:29:04 -05:00
parent 10791fc25a
commit 2aaad3b4a8
4 changed files with 19 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ private:
// Persistent data for saved games
boost::dynamic_bitset<> item_taken;
public:
std::vector<location> door_unlocked;
bool can_find;
long m_killed = 0;