summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-05-13 00:33:48 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-05-13 00:51:13 +0200
commit1fe207f328be760f5248e62acce95760e245f437 (patch)
treecd0bed6b601e1d74269f4a88be27763375fa8727 /crawl-ref/source/quiver.cc
parent9a3f12d43ac1809be002b7b5e33efab9886b43fa (diff)
downloadcrawl-ref-1fe207f328be760f5248e62acce95760e245f437.tar.gz
crawl-ref-1fe207f328be760f5248e62acce95760e245f437.zip
Move throwing code out of item_use.cc
It really needs to be ripped out and rewritten, with a stress on making the formulas sane.
Diffstat (limited to 'crawl-ref/source/quiver.cc')
-rw-r--r--crawl-ref/source/quiver.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/quiver.cc b/crawl-ref/source/quiver.cc
index d7e7574876..b910a293d7 100644
--- a/crawl-ref/source/quiver.cc
+++ b/crawl-ref/source/quiver.cc
@@ -20,6 +20,7 @@
#include "player.h"
#include "stuff.h"
#include "tags.h"
+#include "throw.h"
#include <algorithm>