summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/actor.h')
-rw-r--r--crawl-ref/source/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/actor.h b/crawl-ref/source/actor.h
index b48945847d..69ae5ebf79 100644
--- a/crawl-ref/source/actor.h
+++ b/crawl-ref/source/actor.h
@@ -109,7 +109,7 @@ public:
virtual bool see_cell(const coord_def &c) const = 0;
// Can the actor actually see the target?
- virtual bool can_see(const actor *target) const = 0;
+ virtual bool can_see(const actor *target) const;
// Visibility as required by messaging. In usual play:
// Does the player know what's happening to the actor?