summaryrefslogtreecommitdiff
path: root/src/main-xxx.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/main-xxx.c
parent420428c53fe83064331ac2e06297c8a93abc93cf (diff)
Remove redefinition of "bool" for C++ friendliness.
Diffstat (limited to 'src/main-xxx.c')
-rw-r--r--src/main-xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-xxx.c b/src/main-xxx.c
index 43e88e95..c80f01f0 100644
--- a/src/main-xxx.c
+++ b/src/main-xxx.c
@@ -721,7 +721,7 @@ errr init_xxx(void)
* to request the start of a new game or the loading of an old
* game, both of which should launch the "play_game()" function.
*/
-static bool CheckEvents(bool wait)
+static bool_ CheckEvents(bool_ wait)
{
/* XXX XXX XXX */