summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.cc
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-12-15 13:40:00 +0100
committerFlorian Diebold <flodiebold@gmail.com>2011-12-15 13:40:00 +0100
commita0f54f139cf42fb582d6ae49cfd887c7defa06e3 (patch)
tree53705ff87bff2ccd9f5ea54221e951038c0b046f /crawl-ref/source/show.cc
parentf1b6bbb821a1e2a4737af790f7a7e881cf889af4 (diff)
downloadcrawl-ref-a0f54f139cf42fb582d6ae49cfd887c7defa06e3.tar.gz
crawl-ref-a0f54f139cf42fb582d6ae49cfd887c7defa06e3.zip
Add the cloud override tile to cloud_info in console games, too.
Diffstat (limited to 'crawl-ref/source/show.cc')
-rw-r--r--crawl-ref/source/show.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/show.cc b/crawl-ref/source/show.cc
index b5beab94a6..45df8f44fd 100644
--- a/crawl-ref/source/show.cc
+++ b/crawl-ref/source/show.cc
@@ -259,7 +259,6 @@ static void _update_cloud(int cloudno)
unsigned short ch = 0;
-#ifdef USE_TILE
tileidx_t index = 0;
if (!cloud.tile.empty())
{
@@ -274,7 +273,6 @@ static void _update_cloud(int cloudno)
ch = index + offset;
}
}
-#endif
int dur = cloud.decay/20;
if (dur < 0)