summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 0e1376bd78..9b2960a644 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -428,7 +428,7 @@ public:
void blink(bool allow_partial_control = true);
void teleport(bool right_now = false,
bool abyss_shift = false,
- bool wizard = false);
+ bool wizard_tele = false);
void drain_stat(int stat, int amount, actor* attacker);
void expose_to_element(beam_type element, int strength = 0);