aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/taipan.c b/taipan.c
index 20438cd..39a70cb 100644
--- a/taipan.c
+++ b/taipan.c
@@ -1817,6 +1817,8 @@ void port_stats(void) {
cprintuint(endline);
clrtoeol();
#endif
+
+ port_stat_dirty = 0;
}
void mchenry(void) {
@@ -2051,11 +2053,9 @@ void final_stats(void)
else if(score < 100)
// cputs("Have you considered a land based job?\n\n\n");
print_msg(M_land_based_job);
- else
- // cputs("\n\n\n");
- print_msg(M_3_nls);
// cputs("Your Rating:\n");
+ gotox0y(11);
print_msg(M_your_rating);
cputc(17); // upper left corner
chline(31);