summaryrefslogtreecommitdiff
path: root/src/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/status.c')
-rw-r--r--src/status.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/status.c b/src/status.c
index 37b683c5..967a8323 100644
--- a/src/status.c
+++ b/src/status.c
@@ -95,7 +95,7 @@ void status_move(void)
Term_fresh();
while (1)
{
- bool loop_exit = FALSE;
+ bool_ loop_exit = FALSE;
char c;
c = inkey();
switch (c)
@@ -146,7 +146,7 @@ void status_sight(void)
Term_fresh();
while (1)
{
- bool loop_exit = FALSE;
+ bool_ loop_exit = FALSE;
char c;
c = inkey();
switch (c)
@@ -198,7 +198,7 @@ void status_item(void)
Term_fresh();
while (1)
{
- bool loop_exit = FALSE;
+ bool_ loop_exit = FALSE;
char c;
c = inkey();
switch (c)
@@ -257,7 +257,7 @@ void status_combat(void)
Term_fresh();
while (1)
{
- bool loop_exit = FALSE;
+ bool_ loop_exit = FALSE;
char c;
c = inkey();
switch (c)
@@ -304,7 +304,7 @@ void status_curses(void)
Term_fresh();
while (1)
{
- bool loop_exit = FALSE;
+ bool_ loop_exit = FALSE;
char c;
c = inkey();
@@ -355,7 +355,7 @@ void status_res(void)
Term_fresh();
while (1)
{
- bool loop_exit = FALSE;
+ bool_ loop_exit = FALSE;
char c;
c = inkey();