summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-12 21:48:27 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-12 21:48:27 +0000
commitd2ba487decffbebd85c8062ba6930b582fda9b82 (patch)
treef14376f27f96a3a36290fb98d7bb9ec4b099518c /crawl-ref/source/items.cc
parentd5d34346f4592d452b03e1819ab104e7340054f2 (diff)
downloadcrawl-ref-d2ba487decffbebd85c8062ba6930b582fda9b82.tar.gz
crawl-ref-d2ba487decffbebd85c8062ba6930b582fda9b82.zip
* Add speech for Dissolution, courtesy of David.
* Change Nessos stats to that of centaur warrior. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8431 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 3cb80ae907..5e4fe0129b 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -10,9 +10,7 @@
REVISION("$Rev$");
#include "items.h"
-//#ifdef USE_TILE
- #include "cio.h"
-//#endif
+#include "cio.h"
#include "clua.h"
#include <string.h>