summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 04:43:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-27 04:43:34 +0000
commitd3ae981761ae3d805364cf14e418b878422d8247 (patch)
tree935f440f6db2d0b2b4f8e6ea3f3d2031592148a7 /crawl-ref/source/monstuff.h
parent6c6d1d539dd951808594f85b2ca5156dc4835058 (diff)
downloadcrawl-ref-d3ae981761ae3d805364cf14e418b878422d8247.tar.gz
crawl-ref-d3ae981761ae3d805364cf14e418b878422d8247.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6165 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h
index 6187909210..ec523aca6d 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -82,7 +82,8 @@ enum poly_power_type {
};
bool monster_polymorph(monsters *monster, monster_type targetc,
- poly_power_type power = PPT_SAME);
+ poly_power_type power = PPT_SAME,
+ bool force_beh = false);
// last updated: 08jun2000 {dlb}
/* ***********************************************************************