summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tile2.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/tile2.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/tile2.cc')
-rw-r--r--crawl-ref/source/tile2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tile2.cc b/crawl-ref/source/tile2.cc
index 353189e11b..ac2f808421 100644
--- a/crawl-ref/source/tile2.cc
+++ b/crawl-ref/source/tile2.cc
@@ -2107,7 +2107,7 @@ void TilePlayerInit()
}
-void TileGhostInit(struct ghost_demon &ghost)
+void TileGhostInit(const struct ghost_demon &ghost)
{
dolls_data doll;
int x, y;