summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mtransit.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-26 17:43:23 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-26 17:43:23 +0000
commitab091d9b7fca62f5bd9082624132f30a43fb49db (patch)
tree7069fd89116b7d39e9d3f4e34df06719c2a30088 /crawl-ref/source/mtransit.h
parentb596b1006e93994e7f3992c48908b8b841aac9c0 (diff)
downloadcrawl-ref-ab091d9b7fca62f5bd9082624132f30a43fb49db.tar.gz
crawl-ref-ab091d9b7fca62f5bd9082624132f30a43fb49db.zip
Followers are now placed on the transit list so that crashes or saves between
levels don't lose following monsters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1661 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mtransit.h')
-rw-r--r--crawl-ref/source/mtransit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mtransit.h b/crawl-ref/source/mtransit.h
index 194ba01eef..d02e3a78ff 100644
--- a/crawl-ref/source/mtransit.h
+++ b/crawl-ref/source/mtransit.h
@@ -36,5 +36,6 @@ void add_monster_to_transit(const level_id &dest, const monsters &m);
// Places (some of the) monsters eligible to be placed on this level.
void place_transiting_monsters();
+void place_followers();
#endif