summaryrefslogtreecommitdiff
path: root/src/q_wolves.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_wolves.c')
-rw-r--r--src/q_wolves.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/q_wolves.c b/src/q_wolves.c
index 39ef5794..a4537f0e 100644
--- a/src/q_wolves.c
+++ b/src/q_wolves.c
@@ -1,7 +1,7 @@
#undef cquest
#define cquest (quest[QUEST_WOLVES])
-bool quest_wolves_gen_hook(char *fmt)
+bool_ quest_wolves_gen_hook(char *fmt)
{
int x, y, i;
int xstart = 2;
@@ -69,7 +69,7 @@ bool quest_wolves_gen_hook(char *fmt)
return TRUE;
}
-bool quest_wolves_death_hook(char *fmt)
+bool_ quest_wolves_death_hook(char *fmt)
{
int i, mcnt = 0;
@@ -101,7 +101,7 @@ bool quest_wolves_death_hook(char *fmt)
return FALSE;
}
-bool quest_wolves_finish_hook(char *fmt)
+bool_ quest_wolves_finish_hook(char *fmt)
{
s32b q_idx;
@@ -118,7 +118,7 @@ bool quest_wolves_finish_hook(char *fmt)
return TRUE;
}
-bool quest_wolves_init_hook(int q_idx)
+bool_ quest_wolves_init_hook(int q_idx)
{
if ((cquest.status >= QUEST_STATUS_UNTAKEN) && (cquest.status < QUEST_STATUS_FINISHED))
{