summaryrefslogtreecommitdiff
path: root/src/birth.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/birth.cc b/src/birth.cc
index 6f93d571..cc42f758 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -2879,11 +2879,8 @@ static bool_ player_birth_aux_auto()
/* Make sure they see everything */
Term_fresh();
- /* Do not wait for a key */
- inkey_scan = TRUE;
-
/* Check for a keypress */
- if (inkey()) break;
+ if (inkey_scan()) break;
}
}