diff options
-rw-r--r-- | src/misc1.c | 2 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/misc1.c b/src/misc1.c index 7c2f26cfe..4f33015a7 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -3592,7 +3592,7 @@ prompt_for_number(int *mouse_used) save_cmdline_row = cmdline_row; cmdline_row = 0; save_State = State; - State = CMDLINE; + State = ASKMORE; /* prevents a screen update when using a timer */ i = get_number(TRUE, mouse_used); if (KeyTyped) diff --git a/src/version.c b/src/version.c index 906e3fa97..91e6deda0 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 722, +/**/ 721, /**/ 720, |