summaryrefslogtreecommitdiff
path: root/src/q_evil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_evil.c')
-rw-r--r--src/q_evil.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/q_evil.c b/src/q_evil.c
index 4f4d59cd..64a9fabc 100644
--- a/src/q_evil.c
+++ b/src/q_evil.c
@@ -1,8 +1,9 @@
#include "q_evil.h"
+#include "hooks.h"
#define cquest (quest[QUEST_EVIL])
-bool_ quest_evil_gen_hook(char *fmt)
+static bool_ quest_evil_gen_hook(const char *fmt)
{
int x, y, i;
int xstart = 2;
@@ -55,7 +56,7 @@ bool_ quest_evil_gen_hook(char *fmt)
return TRUE;
}
-bool_ quest_evil_death_hook(char *fmt)
+static bool_ quest_evil_death_hook(const char *fmt)
{
int i, mcnt = 0;
@@ -89,7 +90,7 @@ bool_ quest_evil_death_hook(char *fmt)
return FALSE;
}
-bool_ quest_evil_finish_hook(char *fmt)
+static bool_ quest_evil_finish_hook(const char *fmt)
{
s32b q_idx;