diff options
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(); |
