summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
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
};