summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/losglobal.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-03-22 14:05:01 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-03-22 18:49:33 +0100
commit93ce09261f5ea50a84761348f7e5486deb156abe (patch)
tree75114436232cf2ed2b64299023f597557778f3f9 /crawl-ref/source/losglobal.h
parentb4fd6a508a17aa957e7774f5f8675950777a3fee (diff)
downloadcrawl-ref-93ce09261f5ea50a84761348f7e5486deb156abe.tar.gz
crawl-ref-93ce09261f5ea50a84761348f7e5486deb156abe.zip
Yet another version of arena LOS hacks.
Diffstat (limited to 'crawl-ref/source/losglobal.h')
-rw-r--r--crawl-ref/source/losglobal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/losglobal.h b/crawl-ref/source/losglobal.h
index b8a406247c..653597160e 100644
--- a/crawl-ref/source/losglobal.h
+++ b/crawl-ref/source/losglobal.h
@@ -5,7 +5,8 @@ enum los_type
{
LOS_DEFAULT = (1 << 0),
LOS_NO_TRANS = (1 << 1),
- LOS_FLAG_INVALID = (1 << 7) // internal use
+ LOS_FLAG_INVALID = (1 << 7), // internal use
+ LOS_ARENA = LOS_FLAG_INVALID // hack
};
void invalidate_los_around(const coord_def& p);