summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/target.h
diff options
context:
space:
mode:
authorgammafunk <gammafunk@gmail.com>2013-06-16 01:56:53 -0500
committerNeil Moore <neil@s-z.org>2013-10-01 21:27:22 -0400
commitcc16c311df81b95c60ea01a6f81630552e4cc7fc (patch)
tree96d376b9aa84fa381ed147c81dc7d07a64e55687 /crawl-ref/source/target.h
parent7cf365950ecc7ebe657c2a1e493ecbc7f7587cb5 (diff)
downloadcrawl-ref-cc16c311df81b95c60ea01a6f81630552e4cc7fc.tar.gz
crawl-ref-cc16c311df81b95c60ea01a6f81630552e4cc7fc.zip
Fix movement range not being properly checked
Diffstat (limited to 'crawl-ref/source/target.h')
-rw-r--r--crawl-ref/source/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/target.h b/crawl-ref/source/target.h
index d2aa80019d..4ccee5b269 100644
--- a/crawl-ref/source/target.h
+++ b/crawl-ref/source/target.h
@@ -219,8 +219,8 @@ private:
jump_block_reason no_landing_reason;
jump_block_reason blocked_landing_reason;
set<coord_def> temp_sites;
- int _range;
int range2;
+ int landing_range2;
};