summaryrefslogtreecommitdiff
path: root/src/status.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2011-02-20 19:54:40 +0100
committerBardur Arantsson <bardur@scientician.net>2011-02-20 20:56:41 +0100
commit5fbe06613a8a9e5d8731a832ddff0e9bdce112bb (patch)
tree4ab5267304509feed1bbcf4ad265cd8597c64fce /src/status.c
parent420428c53fe83064331ac2e06297c8a93abc93cf (diff)
Remove redefinition of "bool" for C++ friendliness.
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();