summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-13 20:24:52 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-13 20:24:52 +0000
commit05778102b466f438185552dfb314423635fdf8a6 (patch)
treea107d01fb0a63a3e39656417539b2633527d1bbf /crawl-ref/source/misc.h
parent888862b18bb90bc415fc308809e73111881b78fa (diff)
downloadcrawl-ref-05778102b466f438185552dfb314423635fdf8a6.tar.gz
crawl-ref-05778102b466f438185552dfb314423635fdf8a6.zip
Fix for 1661786: autoprayer now works with run delays.
Perhaps we should a note to the docs mentioning the possibility of setting runrest_ignore_message appropriately to make it work well with autoprayer. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1032 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index cc0b1e0fc7..cd706748c9 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -195,4 +195,6 @@ void set_colours_from_monsters();
int str_to_shoptype(const std::string &s);
+bool do_autopray();
+
#endif