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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index bceb4692bb..8bc73de6fe 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -174,7 +174,8 @@ void run_environment_effects();
void dungeon_terrain_changed(const coord_def &pos,
dungeon_feature_type feat = DNGN_UNSEEN,
bool affect_player = true,
- bool preserve_features = false);
+ bool preserve_features = false,
+ bool preserve_items = false);
//////////////////////////////////////////////////////////////////////
// Places and names
@@ -209,10 +210,6 @@ int player_branch_depth();
bool single_level_branch(branch_type branch);
//////////////////////////////////////////////////////////////////////
-// Set floor/wall colour based on the mons_alloc array. Used for
-// Abyss and Pan.
-void set_colours_from_monsters();
-
int str_to_shoptype(const std::string &s);
bool do_autopray();