From b7c5141168a25a83256484e3dc0ae10d70f320d4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 29 Jan 2026 02:58:11 -0500 Subject: Confirm retirement. --- taipan.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'taipan.c') diff --git a/taipan.c b/taipan.c index 7dbb0d3..f081cfe 100644 --- a/taipan.c +++ b/taipan.c @@ -2064,6 +2064,12 @@ void aire(void) { void retire(void) { compradores_report(); + + cputs("Are you sure you want to retire? "); + if(yngetc('n') != 'y') + return; + crlf(); + rvs_on(); // cspaces(29); // crlf(); -- cgit v1.2.3