summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 20:57:54 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 20:57:54 +0000
commit62000c44bfccc2c1829ee69d8cdab5b1ca4a1aff (patch)
treebcd8f16f0a915aca9a42981e322d10554fcdf6a1 /crawl-ref/source/mon-util.cc
parent3470d7b4394301508c4bd7f2ac32d8ebd6866122 (diff)
downloadcrawl-ref-62000c44bfccc2c1829ee69d8cdab5b1ca4a1aff.tar.gz
crawl-ref-62000c44bfccc2c1829ee69d8cdab5b1ca4a1aff.zip
Add spacing fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5863 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 86d7dc017a..b6d0c6d0c6 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -3058,7 +3058,7 @@ int monsters::damage_type(int which_attack)
if (!mweap)
{
const mon_attack_def atk = mons_attack_spec(this, which_attack);
- return (atk.type == AT_CLAW? DVORP_CLAWING : DVORP_CRUSHING);
+ return (atk.type == AT_CLAW ? DVORP_CLAWING : DVORP_CRUSHING);
}
return (get_vorpal_type(*mweap));