summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-20 05:27:28 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-01-20 05:27:28 +0000
commit90e4386f60d35d54fefa08a5f5266499e1a6e529 (patch)
treeab94d485c627d2beebcd0fd948c09eea22a96694 /crawl-ref/source/files.h
parentee3bb90a15c95e9c8c59805ad4b2e4edb334f288 (diff)
downloadcrawl-ref-90e4386f60d35d54fefa08a5f5266499e1a6e529.tar.gz
crawl-ref-90e4386f60d35d54fefa08a5f5266499e1a6e529.zip
When causing dungeon-wide effects for Nemelex and Beogh abandonment,
only display the associated messages if the effects actually changed something. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3305 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 8300e8134c..c8c62db257 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -81,7 +81,7 @@ void save_game_state();
* *********************************************************************** */
void restore_game(void);
-void apply_to_all_dungeons(void (*applicator)());
+bool apply_to_all_dungeons(bool (*applicator)());
// last updated 12may2000 {dlb}
/* ***********************************************************************