summaryrefslogtreecommitdiff
path: root/src/dungeon.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commit3577729037709acd5d2105665134ec27a64bc4c3 (patch)
tree29a8c3beef42e302174d44895e0dfff1e066ae5e /src/dungeon.cc
parent9670b948b8d1974ae3ec8212eec1773908c345c5 (diff)
Move corrupt.cc function declarations to separate header
Diffstat (limited to 'src/dungeon.cc')
-rw-r--r--src/dungeon.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dungeon.cc b/src/dungeon.cc
index 06ac76ce..6a95361a 100644
--- a/src/dungeon.cc
+++ b/src/dungeon.cc
@@ -12,14 +12,15 @@
#include "angband.h"
-#include <assert.h>
-
+#include "corrupt.hpp"
#include "quest.h"
#include "quark.h"
#include "hooks.h"
#include "spell_type.hpp"
#include "spells5.hpp"
+#include <cassert>
+
#define TY_CURSE_CHANCE 100
#define DG_CURSE_CHANCE 50
#define AUTO_CURSE_CHANCE 15