summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-06-26 22:24:27 +0200
committerAdam Borowski <kilobyte@angband.pl>2010-06-26 23:34:26 +0200
commit0485a567bd424ee678c25efe712e07d29f739b0d (patch)
tree7a9e864065a077a76c5a93da943e643a0b5b4c8a /crawl-ref/source/files.h
parentb2d9aad9849b63eb9d711144d299d140ee8c668d (diff)
downloadcrawl-ref-0485a567bd424ee678c25efe712e07d29f739b0d.tar.gz
crawl-ref-0485a567bd424ee678c25efe712e07d29f739b0d.zip
Reimplement all monster-related actions as delayed ones. Remove apply_to_all_dungeons().
Functional changes: * Yred's penance won't insta-enslave mons you merely marked. * Xom-gifted pet perm daevas won't abandon you if you drop TSO. (I've actually had this happen to me in a real game!)
Diffstat (limited to 'crawl-ref/source/files.h')
-rw-r--r--crawl-ref/source/files.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/files.h b/crawl-ref/source/files.h
index 86f49e0479..c68841e1f1 100644
--- a/crawl-ref/source/files.h
+++ b/crawl-ref/source/files.h
@@ -108,10 +108,6 @@ bool get_save_version(FILE *file, char &major, char &minor);
bool save_exists(const std::string& name);
void restore_game(const std::string& name);
-bool apply_to_all_dungeons(bool (*applicator)());
-
-bool apply_to_level(const level_id &level, bool (*applicator)());
-
bool is_existing_level(const level_id &level);
class level_excursion