diff options
| -rw-r--r-- | taipan.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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(); |
