summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-01 11:42:47 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-01 11:42:47 +0000
commit80e2e061e3f9c9791daf4e00361bf47092087f07 (patch)
tree636d4f0d3391b66418f9183cefb54eb5c8dbc8bb /crawl-ref/source/clua.cc
parent8e2be8ec8458f1e16873a6d12522e2b75683ba1d (diff)
downloadcrawl-ref-80e2e061e3f9c9791daf4e00361bf47092087f07.tar.gz
crawl-ref-80e2e061e3f9c9791daf4e00361bf47092087f07.zip
[1603676] Stairs override items on the same square for display purposes if
stair_item_brand is set (defaults to reverse). Fixed compile error in clua.cc (oops). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1499 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/clua.cc')
-rw-r--r--crawl-ref/source/clua.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/clua.cc b/crawl-ref/source/clua.cc
index a35ddcacbf..34253da805 100644
--- a/crawl-ref/source/clua.cc
+++ b/crawl-ref/source/clua.cc
@@ -24,6 +24,7 @@
#include "output.h"
#include "player.h"
#include "randart.h"
+#include "religion.h"
#include "skills2.h"
#include "spl-util.h"
#include "stuff.h"