diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-01-29 03:42:38 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-01-29 03:42:38 -0500 |
| commit | d3eacd0089da82292b4c4553463600fe229ee07c (patch) | |
| tree | 53b4feed3e4875271d00072a238999a36d998231 /taipan.c | |
| parent | b7c5141168a25a83256484e3dc0ae10d70f320d4 (diff) | |
| download | taipan-d3eacd0089da82292b4c4553463600fe229ee07c.tar.gz | |
Diffstat (limited to 'taipan.c')
| -rw-r--r-- | taipan.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); |
