From d3eacd0089da82292b4c4553463600fe229ee07c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 29 Jan 2026 03:42:38 -0500 Subject: Confirm retirement, part deux. --- taipan.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'taipan.c') diff --git a/taipan.c b/taipan.c index f081cfe..8f5f38d 100644 --- a/taipan.c +++ b/taipan.c @@ -2065,9 +2065,10 @@ void aire(void) { void retire(void) { compradores_report(); - cputs("Are you sure you want to retire? "); + print_msg(M_confirm_retire); if(yngetc('n') != 'y') return; + crlf(); rvs_on(); -- cgit v1.2.3