summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 22:21:30 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-09 22:21:30 +0000
commit58b28498325bbe63b85c37caa0d80357f87273a8 (patch)
tree2f6c0c950d9f7fe324562c162da435d030c6daf9 /crawl-ref/source/tiles.h
parentbeb6500245eff6f70e18f278f199bf2060fb73b3 (diff)
downloadcrawl-ref-58b28498325bbe63b85c37caa0d80357f87273a8.tar.gz
crawl-ref-58b28498325bbe63b85c37caa0d80357f87273a8.zip
Deactivate the minimap in labyrinths since it gave away information
about placement on the map and also looked a bit odd. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8365 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index e926f93930..923a34b96b 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -39,6 +39,8 @@ struct demon_data
int wings;
};
+bool player_in_mini_mappable_area();
+
//*tile1.cc: get data from core part and drives tile drawing codes
//**convert in-game data to tile index