summaryrefslogtreecommitdiff
path: root/src/main-xxx.c
diff options
context:
space:
mode:
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 */