From c9b3be8313e4e0418ee78d2ce9a6255a8cd7a664 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 9 Apr 2021 04:21:34 -0400 Subject: Actually kill player if ship sinks --- taipan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3