summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/status.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2012-11-29 18:47:21 +0100
committerFlorian Diebold <flodiebold@gmail.com>2012-11-29 18:47:21 +0100
commit76a2f64d8c81c684c7e5832bd603d46f45982801 (patch)
tree60af840d9284f64e2a5c76045b4af55e4e40870e /crawl-ref/source/status.h
parentdc20878bbe771a88449d5459a94406be34b4e8d2 (diff)
downloadcrawl-ref-76a2f64d8c81c684c7e5832bd603d46f45982801.tar.gz
crawl-ref-76a2f64d8c81c684c7e5832bd603d46f45982801.zip
Reimplement the -cTele status light with a proper STATUS_ enum.
This fixes the status light not working on webtiles since my recent changes. Also, the old way was rather hacky.
Diffstat (limited to 'crawl-ref/source/status.h')
-rw-r--r--crawl-ref/source/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/status.h b/crawl-ref/source/status.h
index fe55b7c939..b7c8d41662 100644
--- a/crawl-ref/source/status.h
+++ b/crawl-ref/source/status.h
@@ -33,7 +33,8 @@ enum status_type
STATUS_TERRAIN,
STATUS_SILENCE,
STATUS_MISSILES,
- STATUS_LAST_STATUS = STATUS_MISSILES
+ STATUS_NO_CTELE,
+ STATUS_LAST_STATUS = STATUS_NO_CTELE
};
struct status_info