nc print person

This commit is contained in:
vrd
2022-12-17 18:12:16 +02:00
parent 87dc80c9f8
commit 0da0f98dc9
5 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ void Person::print()const
waddstr(info_tab, "Death: ");
death_.print();
mvaddstr(LINES-1, 0, "Press any key to return.");
mvwaddstr(info_tab, LINES-1, 0, "Press any key to return.");
wrefresh(info_tab);
getch(); /* waint press */