summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.h
diff options
context:
space:
mode:
authorPekka Lampila <pekka.lampila@iki.fi>2014-01-16 05:58:18 +0200
committerPekka Lampila <pekka.lampila@iki.fi>2014-01-16 05:58:18 +0200
commit2379df1fd6a2369d192493b5c50b8876a4757c37 (patch)
tree9b577f3cf012a10a0e2798984e200286fffc5394 /crawl-ref/source/status.h
parent381591aa16155cd7530bccfbcd8892897fef6899 (diff)
downloadcrawl-ref-2379df1fd6a2369d192493b5c50b8876a4757c37.tar.gz
crawl-ref-2379df1fd6a2369d192493b5c50b8876a4757c37.zip
Fix Invis status light not showing up in WebTiles
Diffstat (limited to 'crawl-ref/source/status.h')
-rw-r--r--crawl-ref/source/status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/status.h b/crawl-ref/source/status.h
index 9f3a5f57e7..038def6adc 100644
--- a/crawl-ref/source/status.h
+++ b/crawl-ref/source/status.h
@@ -40,7 +40,7 @@ enum status_type
STATUS_RAY,
STATUS_ELIXIR,
STATUS_INVISIBLE,
- STATUS_LAST_STATUS = STATUS_ELIXIR
+ STATUS_LAST_STATUS = STATUS_INVISIBLE
};
struct status_info