summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 17:09:57 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 17:09:57 +0200
commit6c3d9cd354cc69bbbc719e0be91169946e3212a0 (patch)
tree9c63cbc5e8c4e4883b8f4721f3a1ad71c7b65078 /src/dungeon.c
parent72bde5e602786fd349f6cc6642fff6f9c5658e1c (diff)
Quarks: Move subsystem to separate compilation unit
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index 9bcb6839..3bf40690 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -11,8 +11,11 @@
*/
#include "angband.h"
+
#include <assert.h>
+#include "quark.h"
+
#define TY_CURSE_CHANCE 100
#define DG_CURSE_CHANCE 50
#define AUTO_CURSE_CHANCE 15