Clarify in the #quit prompt that it doesn't save the game
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user