summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/actor.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-15 16:02:06 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-15 16:02:06 +0100
commit65705e10994f2a18e8c69542ee1af23a19a1e5a4 (patch)
tree7711755fbdfb61ebc021e1d3731a52e421c48d2e /crawl-ref/source/actor.cc
parent6b9d38645fde3fd74cdd7fecc4523d4d36ee4318 (diff)
downloadcrawl-ref-65705e10994f2a18e8c69542ee1af23a19a1e5a4.tar.gz
crawl-ref-65705e10994f2a18e8c69542ee1af23a19a1e5a4.zip
Fix a few whitespace errors.
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 3b3599b377..26466c1e1f 100644
--- a/crawl-ref/source/actor.cc
+++ b/crawl-ref/source/actor.cc
@@ -136,7 +136,7 @@ bool actor::can_hibernate(bool holi_only) const
return (false);
// The monster has slept recently.
- if (atype() == ACT_MONSTER &&
+ if (atype() == ACT_MONSTER &&
static_cast<const monsters*>(this)->has_ench(ENCH_SLEEP_WARY))
{
return (false);