summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 18:27:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-17 18:27:26 +0000
commit51a3d79045ff49839e884b92c78e9a0cc01ed33f (patch)
treeaf8d3307b82ed70baf3d19b609f6c186254161ee /crawl-ref/source/fight.h
parent18a94062a4fdde6994e4c4ad1598e38d79c24ee4 (diff)
downloadcrawl-ref-51a3d79045ff49839e884b92c78e9a0cc01ed33f.tar.gz
crawl-ref-51a3d79045ff49839e884b92c78e9a0cc01ed33f.zip
Clean up the unchivalric attack routine a bit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5101 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index 83d79d2efd..02d01c618c 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -35,7 +35,7 @@ enum unchivalric_attack_type
UCAT_CONFUSED,
UCAT_FLEEING,
UCAT_INVISIBLE,
- UCAT_NET_HELD,
+ UCAT_HELD_IN_NET,
UCAT_PARALYSED,
UCAT_SLEEPING
};