From 7d6273cfbbc9717c30792817824b5511f7aee05f Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:55 +0100 Subject: Consolide the two spell_type headers --- src/dungeon.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dungeon.cc') diff --git a/src/dungeon.cc b/src/dungeon.cc index 80ec167d..22ce130b 100644 --- a/src/dungeon.cc +++ b/src/dungeon.cc @@ -17,7 +17,7 @@ #include "quest.h" #include "quark.h" #include "hooks.h" -#include "spell_type.h" +#include "spell_type.hpp" #define TY_CURSE_CHANCE 100 #define DG_CURSE_CHANCE 50 -- cgit v1.2.3