summaryrefslogtreecommitdiff
path: root/src/z-term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/z-term.c')
-rw-r--r--src/z-term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/z-term.c b/src/z-term.c
index 1570b9b2..25a25f01 100644
--- a/src/z-term.c
+++ b/src/z-term.c
@@ -2483,7 +2483,7 @@ errr Term_key_push(int k)
*
* Remove the keypress if "take" is true.
*/
-errr Term_inkey(char *ch, bool wait, bool take)
+errr Term_inkey(char *ch, bool_ wait, bool_ take)
{
/* Assume no key */
(*ch) = '\0';
@@ -2636,7 +2636,7 @@ errr Term_load(void)
/*
* Same as previous but allow to save more than one
*/
-errr Term_load_from(term_win *save, bool final)
+errr Term_load_from(term_win *save, bool_ final)
{
int y;