summaryrefslogtreecommitdiff
path: root/src/q_haunted.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-24 18:37:51 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:40 +0200
commitcbd585203f4701e3ce9096815b76e8a14223783b (patch)
tree7cd8c87e54db0a9410eeda2291953b6ed5e89fe4 /src/q_haunted.c
parent1462a5fbe4ec3e4c87e489c283c6c4cbc0d5316b (diff)
Split "Haunted House" quest from plots.c
Diffstat (limited to 'src/q_haunted.c')
-rw-r--r--src/q_haunted.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/q_haunted.c b/src/q_haunted.c
index db8992bc..efd5a47c 100644
--- a/src/q_haunted.c
+++ b/src/q_haunted.c
@@ -1,4 +1,5 @@
-#undef cquest
+#include "q_haunted.h"
+
#define cquest (quest[QUEST_HAUNTED])
bool_ quest_haunted_gen_hook(char *fmt)