summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/monstuff.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index ac0edba508..0dc5c9fd0a 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -873,9 +873,9 @@ void monster_die(monsters *monster, killer_type killer, int i, bool silent)
switch (killer)
{
- case KILL_YOU: /* You kill in combat. */
- case KILL_YOU_MISSILE: /* You kill by missile or beam. */
- case KILL_YOU_CONF: /* You kill by confusion */
+ case KILL_YOU: // You kill in combat.
+ case KILL_YOU_MISSILE: // You kill by missile or beam.
+ case KILL_YOU_CONF: // You kill by confusion.
{
const bool created_friendly =
testbits(monster->flags, MF_CREATED_FRIENDLY);