Clarify in the #quit prompt that it doesn't save the game

This commit is contained in:
Alex Smith
2026-01-12 00:52:24 +00:00
parent ceaffcbd47
commit 904e3ffe67
2 changed files with 3 additions and 1 deletions

View File

@@ -98,7 +98,8 @@ done2(void)
&& y_n("Switch from the tutorial back to regular play?") == 'y')
abandon_tutorial = TRUE;
if (abandon_tutorial || !paranoid_query(ParanoidQuit, "Really quit?")) {
if (abandon_tutorial || !paranoid_query(
ParanoidQuit, "Really quit without saving?")) {
#ifndef NO_SIGNAL
(void) signal(SIGINT, (SIG_RET_TYPE) done1);
#endif