summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/los.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/los.cc')
-rw-r--r--crawl-ref/source/los.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/los.cc b/crawl-ref/source/los.cc
index 513e2fb398..282ddba85c 100644
--- a/crawl-ref/source/los.cc
+++ b/crawl-ref/source/los.cc
@@ -957,7 +957,7 @@ void los_def::init(const coord_def &c, const opacity_func &o,
los_def::~los_def()
{
delete opc;
- delete bds;
+ delete bds;
}
void los_def::update()