summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monspeak.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-26 17:55:34 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-26 17:55:34 +0000
commit75e5652e3188eddb3a96373d0050f8b865ddf5ce (patch)
tree0446bc1f1945109c4cc5886357af3836d787ea78 /crawl-ref/source/monspeak.cc
parentecf486f921ceaa06af4252191b97f3017057f74a (diff)
downloadcrawl-ref-75e5652e3188eddb3a96373d0050f8b865ddf5ce.tar.gz
crawl-ref-75e5652e3188eddb3a96373d0050f8b865ddf5ce.zip
Apply Paul's patch 1901892: reorganize/rewrite docs/monster_speech.txt
And, while on the topic, of monster speech: * move weapon noises to a file of its own: noise.txt * finally outsource imp/demon insults (making insult.cc/h superfluous) This also activates the hitherto commented-out special racial insults pertaining to player species. As usual, more input welcome. :) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3465 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monspeak.cc')
-rw-r--r--crawl-ref/source/monspeak.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/monspeak.cc b/crawl-ref/source/monspeak.cc
index dbf428ed2a..2b7e403e79 100644
--- a/crawl-ref/source/monspeak.cc
+++ b/crawl-ref/source/monspeak.cc
@@ -27,7 +27,6 @@
#include "debug.h"
#include "fight.h"
#include "ghost.h"
-#include "insult.h"
#include "itemname.h"
#include "message.h"
#include "misc.h"