summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 635bc99fcf..970b2b5fcd 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -3358,7 +3358,7 @@ std::string melee_attack::mons_attack_verb(const mon_attack_def &attk)
"gore"
};
- return attack_types[ attk.type ];
+ return attack_types[attk.type];
}
std::string melee_attack::mons_weapon_desc()