summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-03-06 12:45:23 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-03-06 12:48:42 -0700
commit2c3695efaf257f9d383747b2f076bdd83fe87be7 (patch)
tree0424901cbc792cb663fce43706bd961ee4957c5f /crawl-ref/source/tilemcache.cc
parenta9e814646b97d0d63ea2d2e980d42d92e74dd695 (diff)
downloadcrawl-ref-2c3695efaf257f9d383747b2f076bdd83fe87be7.tar.gz
crawl-ref-2c3695efaf257f9d383747b2f076bdd83fe87be7.zip
Rename a couple of tiles to their current enemy names.
Diffstat (limited to 'crawl-ref/source/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index 3a0ad1d5e5..f17ab15fb4 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -427,7 +427,7 @@ bool mcache_monster::get_weapon_offset(tileidx_t mon_tile,
case TILEP_MONS_NAGA_WARRIOR:
case TILEP_MONS_GUARDIAN_SERPENT:
case TILEP_MONS_NAGA_MAGE:
- case TILEP_MONS_MARKSNAGA:
+ case TILEP_MONS_NAGA_SHARPSHOOTER:
case TILEP_MONS_VASHNIA:
case TILEP_MONS_THE_ENCHANTRESS:
case TILEP_MONS_DEEP_DWARF:
@@ -662,7 +662,7 @@ bool mcache_monster::get_shield_offset(tileidx_t mon_tile,
case TILEP_MONS_NAGA:
case TILEP_MONS_NAGA_MAGE:
- case TILEP_MONS_MARKSNAGA:
+ case TILEP_MONS_NAGA_SHARPSHOOTER:
case TILEP_MONS_VASHNIA:
case TILEP_MONS_NAGA_WARRIOR:
case TILEP_MONS_GREATER_NAGA: