Clarify in the #quit prompt that it doesn't save the game
This commit is contained in:
@@ -1566,6 +1566,7 @@ scroll of enchant armor formula has changed (in particular, magical armor now
|
|||||||
dragonhide can rot
|
dragonhide can rot
|
||||||
throwing ammo without a launcher produces a message
|
throwing ammo without a launcher produces a message
|
||||||
polymorphing into a large polyform unequips rather than destroying cloaks
|
polymorphing into a large polyform unequips rather than destroying cloaks
|
||||||
|
clarify in the #quit message that it doesn't save the game
|
||||||
|
|
||||||
|
|
||||||
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
||||||
|
|||||||
@@ -98,7 +98,8 @@ done2(void)
|
|||||||
&& y_n("Switch from the tutorial back to regular play?") == 'y')
|
&& y_n("Switch from the tutorial back to regular play?") == 'y')
|
||||||
abandon_tutorial = TRUE;
|
abandon_tutorial = TRUE;
|
||||||
|
|
||||||
if (abandon_tutorial || !paranoid_query(ParanoidQuit, "Really quit?")) {
|
if (abandon_tutorial || !paranoid_query(
|
||||||
|
ParanoidQuit, "Really quit without saving?")) {
|
||||||
#ifndef NO_SIGNAL
|
#ifndef NO_SIGNAL
|
||||||
(void) signal(SIGINT, (SIG_RET_TYPE) done1);
|
(void) signal(SIGINT, (SIG_RET_TYPE) done1);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user