Restoring a game can return to the wishing prompt
In TTY or curses, if the terminal goes away while you're in the wishing prompt, return to the prompt when the game is restored. Breaks saves.
This commit is contained in:
@@ -161,6 +161,7 @@ struct context_info {
|
||||
boolean mv;
|
||||
boolean bypasses; /* bypass flag is set on at least one fobj */
|
||||
boolean door_opened; /* set to true if door was opened during test_move */
|
||||
boolean resume_wish; /* game was exited while in wish prompt */
|
||||
boolean tips[NUM_TIPS];
|
||||
struct dig_info digging;
|
||||
struct victual_info victual;
|
||||
|
||||
Reference in New Issue
Block a user