summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-05 02:31:07 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-05 02:31:29 -0400
commit68c5851c0b4e7e27803f6038a377be7a7a0625d1 (patch)
tree2d95b99b0710321a1f23e2b97bfaca030113dd9b /crawl-ref/source/cloud.cc
parentdd8a5379673542f0cf606a2fdcc0c692d25728d7 (diff)
downloadcrawl-ref-68c5851c0b4e7e27803f6038a377be7a7a0625d1.tar.gz
crawl-ref-68c5851c0b4e7e27803f6038a377be7a7a0625d1.zip
Rename nuke_wall() destroy_wall()
and also change a temporary variable name to avoid overshadowing
Diffstat (limited to 'crawl-ref/source/cloud.cc')
-rw-r--r--crawl-ref/source/cloud.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index 35a5a08534..34fb5d41e2 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -248,7 +248,7 @@ static void _spread_fire(const cloud_struct &cloud)
if (you.see_cell(*ai))
mpr("The forest fire spreads!");
- nuke_wall(*ai);
+ destroy_wall(*ai);
_place_new_cloud(cloud.type, *ai, random2(30)+25, cloud.whose,
cloud.killer, cloud.source, cloud.spread_rate,
cloud.colour, cloud.name, cloud.tile, cloud.excl_rad);