summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-18 02:47:00 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-18 02:47:00 +0000
commitc1fa0d7d44304dce97d8f48862d00b55f9fe8037 (patch)
treeb2f8ac204571dd3887686dc7aeb7e50d5a628859 /crawl-ref/source/files.cc
parent2d552e655e12190228e8f737961ccf33875791a5 (diff)
downloadcrawl-ref-c1fa0d7d44304dce97d8f48862d00b55f9fe8037.tar.gz
crawl-ref-c1fa0d7d44304dce97d8f48862d00b55f9fe8037.zip
[1838120] Ghosts change icon when saving and restoring in tile version
[1843058] Player info too close to map in tile version git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3296 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index 932c0a6a2c..f21f792461 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1386,10 +1386,6 @@ void load_ghost(void)
menv[imn].set_ghost(ghosts[0]);
menv[imn].ghost_init();
-
-#ifdef USE_TILE
- TileGhostInit(ghosts[0]);
-#endif
ghosts.erase(ghosts.begin());
}