summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2011-02-15 11:42:56 -0500
committerJude Brown <bookofjude@users.sourceforge.net>2011-02-19 10:14:32 +1000
commit6dff20700f0f10c6e4aab8249cc4c30c7b315a2d (patch)
treefc4b6fc4393885c660ca0ea88b43fe3bc4f2d4b6 /crawl-ref/source/mon-act.h
parentcf63e20e35c7e2265c8d31c406e2849557533716 (diff)
downloadcrawl-ref-6dff20700f0f10c6e4aab8249cc4c30c7b315a2d.tar.gz
crawl-ref-6dff20700f0f10c6e4aab8249cc4c30c7b315a2d.zip
Fix a bug with Hibernation.
Signed-off-by: Jude Brown <bookofjude@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/mon-act.h')
-rw-r--r--crawl-ref/source/mon-act.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-act.h b/crawl-ref/source/mon-act.h
index a44cd24caa..cf8d90876e 100644
--- a/crawl-ref/source/mon-act.h
+++ b/crawl-ref/source/mon-act.h
@@ -11,7 +11,7 @@ bool mon_can_move_to_pos(const monster* mons, const coord_def& delta,
bool just_check = false);
bool mons_can_move_towards_target(const monster* mon);
-void handle_monsters(void);
+void handle_monsters(bool with_noise = false);
void handle_monster_move(monster* mon);
#define ENERGY_SUBMERGE(entry) (std::max(entry->energy_usage.swim / 2, 1))