summaryrefslogtreecommitdiff
path: root/src/q_thief.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-24 19:20:02 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:41 +0200
commit82224d3c88d07a02ec1db676d3bbb7d4b07bea0f (patch)
treeec4c69f95b58345f20e63d30f2d84afec845238a /src/q_thief.c
parent693aaaefe39c119490d592ed12c0a4de84d38915 (diff)
Split "Thieves!" quest from plots.c
Diffstat (limited to 'src/q_thief.c')
-rw-r--r--src/q_thief.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/q_thief.c b/src/q_thief.c
index 6b033f8c..b341c572 100644
--- a/src/q_thief.c
+++ b/src/q_thief.c
@@ -1,4 +1,5 @@
-#undef cquest
+#include "q_thief.h"
+
#define cquest (quest[QUEST_THIEVES])
bool_ quest_thieves_gen_hook(char *fmt)