summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 19:51:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 19:51:48 +0000
commitc79074eb5aec50fd5b854f10d4377b4e988a696f (patch)
tree51d106e8f678b70de4a292d2e71bd443a2d999f9 /crawl-ref/source/player.cc
parent0297f504cb6467826e35d3c2a86d93d3964058f2 (diff)
downloadcrawl-ref-c79074eb5aec50fd5b854f10d4377b4e988a696f.tar.gz
crawl-ref-c79074eb5aec50fd5b854f10d4377b4e988a696f.zip
Make all the checks for throwable items consistent.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7465 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index 779c441f89..ca7ca02412 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2251,7 +2251,7 @@ bool player_is_shapechanged(void)
// that wears armour and wields weapons (which is different for some hybrids).
// base defaults to "false", meaning consider our current size, not our
// natural one.
-size_type player_size( int psize, bool base )
+size_type player_size(int psize, bool base)
{
return you.body_size(psize, base);
}