fix incorrect object lists in quest

This commit is contained in:
Martin Michelsen
2023-11-15 20:01:45 -08:00
parent b492a2fac6
commit 1b29f20541
2 changed files with 8 additions and 2 deletions
+1
View File
@@ -45,6 +45,7 @@ string Map::Object::str(shared_ptr<const ItemNameIndex> name_index) const {
}
void Map::clear() {
this->objects.clear();
this->enemies.clear();
this->rare_enemy_indexes.clear();
}