From 4dd53d952662125a877527566e76c73754385369 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 6 Nov 2009 15:24:34 +0100 Subject: Collect attitude changing code. --- crawl-ref/source/spells1.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index e4f451dc6b..a2ab4089cf 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -15,10 +15,10 @@ #include #include "externs.h" -#include "options.h" #include "abyss.h" #include "artefact.h" +#include "attitude-change.h" #include "beam.h" #include "cloud.h" #include "coord.h" @@ -35,6 +35,7 @@ #include "misc.h" #include "monstuff.h" #include "mon-util.h" +#include "options.h" #include "player.h" #include "religion.h" #include "skills2.h" -- cgit v1.2.3-54-g00ecf