summaryrefslogtreecommitdiff
path: root/src/wizard2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wizard2.cc')
-rw-r--r--src/wizard2.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index b6d6ca2d..6e86542c 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -968,11 +968,8 @@ static void wiz_statistics(object_type *o_ptr)
/* Output every few rolls */
if ((i < 100) || (i % 100 == 0))
{
- /* Do not wait */
- inkey_scan = TRUE;
-
/* Allow interupt */
- if (inkey())
+ if (inkey_scan())
{
/* Flush */
flush();