summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-06-05 02:45:01 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-06-05 02:45:01 -0400
commit96369b38a049ee3a6a9291a911b96441eed6bdfc (patch)
treec4c13e70053397079d446b2c387eae1c2496b229 /crawl-ref/source/abyss.h
parent68c5851c0b4e7e27803f6038a377be7a7a0625d1 (diff)
downloadcrawl-ref-96369b38a049ee3a6a9291a911b96441eed6bdfc.tar.gz
crawl-ref-96369b38a049ee3a6a9291a911b96441eed6bdfc.zip
Don't use nuke to describe the abyss destorying all terrain.
Diffstat (limited to 'crawl-ref/source/abyss.h')
-rw-r--r--crawl-ref/source/abyss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/abyss.h b/crawl-ref/source/abyss.h
index bb736b9bad..66f6042505 100644
--- a/crawl-ref/source/abyss.h
+++ b/crawl-ref/source/abyss.h
@@ -21,7 +21,7 @@ struct abyss_state
uint32_t depth;
double phase;
level_id level;
- bool nuke_all;
+ bool destroy_all_terrain;
};
extern abyss_state abyssal_state;