From 826f76090eeb25a0ea8dbc0ff52968ce14732015 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Thu, 27 Nov 2008 14:00:53 +0000 Subject: * Add special tiles for the special runes (hells, demon lords). * Really use Cocytus tiles for the Ice Cave. * Add a small lab vault containing the trapdoor spider because it just fits. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7655 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tile2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/tile2.cc') diff --git a/crawl-ref/source/tile2.cc b/crawl-ref/source/tile2.cc index 70943d6c5d..8edbbc7311 100644 --- a/crawl-ref/source/tile2.cc +++ b/crawl-ref/source/tile2.cc @@ -222,7 +222,7 @@ void WallIdx(int &wall, int &floor, int &special) floor = TILE_FLOOR_SLIME; return; } - else if (you.level_type_name == "ice_cave") + else if (you.level_type_name == "ice cave") { wall = TILE_WALL_ICE; floor = TILE_FLOOR_ICE; -- cgit v1.2.3-54-g00ecf