summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-13 20:07:48 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-13 20:07:48 -0500
commit6bfc75cc70b5f970c0ff00e59fbdfdaf0b7bf745 (patch)
treedc81037df9da5d13b2ea893c7cbefda47b3a312f /crawl-ref/source/spells3.cc
parent4b6fda9b568ac1fdb0050be162ba45647a9733c3 (diff)
downloadcrawl-ref-6bfc75cc70b5f970c0ff00e59fbdfdaf0b7bf745.tar.gz
crawl-ref-6bfc75cc70b5f970c0ff00e59fbdfdaf0b7bf745.zip
Add more minor cosmetic fixes.
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()