fix combinaton
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
U16 boxWidth() const;
|
||||
|
||||
/* Draw a Person's box on the terminal
|
||||
drawY,drawX - the coordinates where to draw
|
||||
drawY,drawX - top left coordinates where to draw (negative if outside the screen)
|
||||
returns the width of the box*/
|
||||
void draw(I16 drawY, I16 drawX, bool selected, bool hasSpouse, bool isSpouse, bool hasChildren=false) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user