summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ranged_attack.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-05-03 21:23:17 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-03 21:24:09 -0600
commitf99988b6b9bfc38b40f0a8a5aeea7a4b759b8324 (patch)
tree0f2634f0ce035c3757ace9564227aead644ca15b /crawl-ref/source/ranged_attack.h
parent67ee53ac1bc6fcb712739bd26a9dcf4c505892ec (diff)
downloadcrawl-ref-f99988b6b9bfc38b40f0a8a5aeea7a4b759b8324.tar.gz
crawl-ref-f99988b6b9bfc38b40f0a8a5aeea7a4b759b8324.zip
Fix reflection brand for ranged combat.
Oops.
Diffstat (limited to 'crawl-ref/source/ranged_attack.h')
-rw-r--r--crawl-ref/source/ranged_attack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/ranged_attack.h b/crawl-ref/source/ranged_attack.h
index c05692cd7e..e5ea982685 100644
--- a/crawl-ref/source/ranged_attack.h
+++ b/crawl-ref/source/ranged_attack.h
@@ -8,6 +8,7 @@ class ranged_attack : public attack
// Public Properties
public:
int range_used;
+ bool reflected;
// Public Methods
public: