summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 37477745fd..7bbfd4a602 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -171,7 +171,9 @@ void setup_environment_effects();
void run_environment_effects();
// Terrain changed under 'pos', perform necessary effects.
-void dungeon_terrain_changed(const coord_def &pos);
+void dungeon_terrain_changed(const coord_def &pos,
+ dungeon_feature_type feat = DNGN_UNSEEN,
+ bool affect_player = true);
//////////////////////////////////////////////////////////////////////
// Places and names