From 90e4386f60d35d54fefa08a5f5266499e1a6e529 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 20 Jan 2008 05:27:28 +0000 Subject: 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 --- crawl-ref/source/files.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/files.h') 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} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf