summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index a64d074af9..b8a2032777 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1390,7 +1390,7 @@ void you_teleport(void)
}
}
-static bool _teleport_player( bool allow_control, bool new_abyss_area )
+static bool _teleport_player(bool allow_control, bool new_abyss_area)
{
bool is_controlled = (allow_control && !you.confused()
&& player_control_teleport()