summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-05-28 09:14:34 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-05-29 02:29:15 +0200
commit09c7b78476f710662ae115e4df2467e627e4df78 (patch)
tree947f92b70aaecb170457ddb29c1742d363a9d805 /crawl-ref/source/terrain.h
parent195741a2a3f968ed5c1f465a572df9fac3f28d1f (diff)
downloadcrawl-ref-09c7b78476f710662ae115e4df2467e627e4df78.tar.gz
crawl-ref-09c7b78476f710662ae115e4df2467e627e4df78.zip
Make a function static.
Diffstat (limited to 'crawl-ref/source/terrain.h')
-rw-r--r--crawl-ref/source/terrain.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h
index eb81bc89b0..11ca7db1ca 100644
--- a/crawl-ref/source/terrain.h
+++ b/crawl-ref/source/terrain.h
@@ -131,7 +131,6 @@ bool is_boring_terrain(dungeon_feature_type feat);
void temp_change_terrain(coord_def pos, dungeon_feature_type newfeat, int dur,
terrain_change_type type = TERRAIN_CHANGE_GENERIC,
const monster* mon = NULL);
-bool revert_terrain_to(coord_def pos, dungeon_feature_type newfeat);
bool revert_terrain_change(coord_def pos, terrain_change_type ctype);
#endif