add indication for people with subtrees
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user