add indication for people with subtrees

This commit is contained in:
Venelin
2024-06-19 22:50:29 +03:00
parent c96bbdbecf
commit 5aaeaf3247
4 changed files with 56 additions and 67 deletions
+2 -2
View File
@@ -87,8 +87,8 @@ private:
void updateRels(person_id);
/* draw a line of people starting from person with id
return the farthest X that will be drawn */
I16 drawLineWithWives(person_id, I16 drawY, I16 drawX) const;
return the farthest X on the screen where it will be drawn */
I16 drawLineWithSpouses(person_id, I16 drawY, I16 drawX) const;
std::string treeName_;
std::vector<Person> people_; //The data for each member