summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/actor.cc')
-rw-r--r--crawl-ref/source/actor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/actor.cc b/crawl-ref/source/actor.cc
index b00125f5b7..efc56962ef 100644
--- a/crawl-ref/source/actor.cc
+++ b/crawl-ref/source/actor.cc
@@ -21,7 +21,7 @@ bool actor::can_see(const actor *target) const
{
return (target->visible_to(this) && see_cell(target->pos()));
}
-
+
bool actor::has_equipped(equipment_type eq, int sub_type) const
{
const item_def *item = slot_item(eq);