summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-06-20 23:51:08 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-06-21 01:07:13 +0200
commit96b03ebe2bdc403daf32eb7429b2f714b56a9384 (patch)
tree7d4ae9c6e54b183c33d6940db964869c65b6100f /crawl-ref/source/tags.h
parent956fc093bdd8e47bc3e1facb479373655461f7fa (diff)
downloadcrawl-ref-96b03ebe2bdc403daf32eb7429b2f714b56a9384.tar.gz
crawl-ref-96b03ebe2bdc403daf32eb7429b2f714b56a9384.zip
Don't store monster attitudes as a separate tag. Breaks save compat.
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index ae97cd21f3..ddf6d59f77 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -24,7 +24,6 @@ enum tag_type // used during save/load process to identify data blocks
TAG_LEVEL_ITEMS, // items/traps
TAG_LEVEL_MONSTERS, // monsters
TAG_GHOST, // ghost
- TAG_LEVEL_ATTITUDE, // monster attitudes
TAG_LOST_MONSTERS, // monsters in transit
TAG_LEVEL_TILES,
TAG_GAME_STATE,