any_items() -> any_preset_items()

This commit is contained in:
2025-06-11 18:52:57 -05:00
parent 4a8d58926a
commit 161dce6d25
3 changed files with 4 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ public:
void set_up_lights();
short light_obscurity(short x,short y) const; // Obscurity function used for calculating lighting
bool is_cleaned_out() const;
bool any_items() const;
bool any_preset_items() const;
explicit cTown(cScenario& scenario, size_t dim);
void import_legacy(legacy::town_record_type& old);