summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-05 22:15:46 -0400
committerNeil Moore <neil@s-z.org>2014-07-05 22:21:28 -0400
commit3e46231ba3de33c9f1d67845f9a74600ac0d26f6 (patch)
treeec2a1af143bb8054d902b65a5e09e1d220cd5c5d /crawl-ref/source/player.h
parent3d2a0df9fdb6e46349e48701897ec4acec95a548 (diff)
downloadcrawl-ref-3e46231ba3de33c9f1d67845f9a74600ac0d26f6.tar.gz
crawl-ref-3e46231ba3de33c9f1d67845f9a74600ac0d26f6.zip
Remove unused parameters from umbra() and backlit().
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 3a2e05dafc..3d174c30c1 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -652,8 +652,8 @@ public:
bool cannot_act() const;
bool confused() const;
bool caught() const;
- bool backlit(bool check_haloed = true, bool self_halo = true) const;
- bool umbra(bool check_haloed = true, bool self_halo = true) const;
+ bool backlit(bool self_halo = true) const;
+ bool umbra() const;
int halo_radius2() const;
int silence_radius2() const;
int liquefying_radius2() const;