summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-30 03:43:01 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-30 03:43:01 +0000
commit3c989a01d352922446048417952ef96f537863d9 (patch)
treed55ab99222472f8bc97633a00777a600b022faac /crawl-ref/source/misc.h
parente1eaf149bf86f69dbdc8afa9ef28e94640c2c124 (diff)
downloadcrawl-ref-3c989a01d352922446048417952ef96f537863d9.tar.gz
crawl-ref-3c989a01d352922446048417952ef96f537863d9.zip
Fixed feature timeout not working right for bazaars.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1949 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index 7bbfd4a602..bceb4692bb 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -173,7 +173,8 @@ void run_environment_effects();
// Terrain changed under 'pos', perform necessary effects.
void dungeon_terrain_changed(const coord_def &pos,
dungeon_feature_type feat = DNGN_UNSEEN,
- bool affect_player = true);
+ bool affect_player = true,
+ bool preserve_features = false);
//////////////////////////////////////////////////////////////////////
// Places and names