summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilemcache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/tilemcache.cc')
-rw-r--r--crawl-ref/source/tilemcache.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tilemcache.cc b/crawl-ref/source/tilemcache.cc
index 8c1ef16722..7ba28a8f0e 100644
--- a/crawl-ref/source/tilemcache.cc
+++ b/crawl-ref/source/tilemcache.cc
@@ -476,7 +476,6 @@ bool mcache_monster::get_weapon_offset(int mon_tile, int &ofs_x, int &ofs_y)
break;
// Shift downwards and to the right.
case TILEP_MONS_BIG_KOBOLD:
- case TILEP_MONS_PIKEL:
ofs_x = 2;
ofs_y = 3;
break;