summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-05 14:53:04 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-05 14:53:04 +0000
commit87c95a753d11b0b540f7c6a3d3e7f8a8b67ae3c1 (patch)
treef6c89860622bf0c2fb6e569e0addcd7636c61c57 /crawl-ref/source/beam.h
parent086e548103eed62bf4d1bb806e2bec88562fbfe6 (diff)
downloadcrawl-ref-87c95a753d11b0b540f7c6a3d3e7f8a8b67ae3c1.tar.gz
crawl-ref-87c95a753d11b0b540f7c6a3d3e7f8a8b67ae3c1.zip
[2010192] Fixing issue where cancelling a ranged attack (e.g. "Really fire on...?") wouldn't really cancel the attack. Also, s/beam_stopped/beam_cancelled/ for clarity.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6409 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/beam.h')
-rw-r--r--crawl-ref/source/beam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.h b/crawl-ref/source/beam.h
index d6f3e6e164..e81f4e6854 100644
--- a/crawl-ref/source/beam.h
+++ b/crawl-ref/source/beam.h
@@ -148,7 +148,7 @@ struct bolt
mon_attitude_type attitude; // attitude of whoever fired tracer
int foe_ratio; // 100* foe ratio (see mons_should_fire())
bool chose_ray; // do we want a specific ray?
- bool beam_stopped; // stop_attack_prompt() returned true
+ bool beam_cancelled; // stop_attack_prompt() returned true
bool dont_stop_foe; // stop_attack_prompt() returned false for foe
bool dont_stop_fr; // stop_attack_prompt() returned false for
// friend