summaryrefslogtreecommitdiff
path: root/src/q_eol.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-24 18:48:47 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:40 +0200
commit0c07f2b07c4730762effd27955d7d13aa49dba74 (patch)
tree4199f328e8a5f84ad1f91c127ea803c6966ec2ae /src/q_eol.c
parent1837ed317dc2ed3a741588f6fcb5e3bda58d3887 (diff)
Split Eöl & God quests from plots.c
Diffstat (limited to 'src/q_eol.c')
-rw-r--r--src/q_eol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/q_eol.c b/src/q_eol.c
index 5b1cf78e..3d9b13c8 100644
--- a/src/q_eol.c
+++ b/src/q_eol.c
@@ -1,4 +1,5 @@
-#undef cquest
+#include "q_eol.h"
+
#define cquest (quest[QUEST_EOL])
bool_ quest_eol_gen_hook(char *fmt)