aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taipan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/taipan.c b/taipan.c
index 5ff991b..5f59bc1 100644
--- a/taipan.c
+++ b/taipan.c
@@ -2437,6 +2437,7 @@ void quit(void)
under_attack_timed_getch();
final_stats();
+ return;
}
}
@@ -3273,7 +3274,7 @@ void visit_bank(void) {
}
#endif
}
- port_stats();
+ // port_stats(); /* don't do this here, the caller does it after we return */
return;
}