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:
@@ -187,6 +187,9 @@ moveloop_core(void)
|
||||
if (iflags.sanity_check || iflags.debug_fuzzer)
|
||||
sanity_check();
|
||||
|
||||
if (svc.context.resume_wish)
|
||||
makewish(); /* clears resume_wish */
|
||||
|
||||
if (svc.context.move) {
|
||||
/* actual time passed */
|
||||
u.umovement -= NORMAL_SPEED;
|
||||
|
||||
Reference in New Issue
Block a user