From 6904f9003a35bf254cbd5a5735ef5bb087cee6b9 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 13 Oct 2009 19:54:20 -0500 Subject: Add minor cosmetic fixes. --- crawl-ref/source/spells3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells3.h') diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h index 0d47622da8..7880cd1b36 100644 --- a/crawl-ref/source/spells3.h +++ b/crawl-ref/source/spells3.h @@ -65,7 +65,7 @@ bool cast_haunt(int pow, const coord_def& where, god_type god = GOD_NO_GOD); bool cast_death_channel(int pow, god_type god = GOD_NO_GOD); void you_teleport(); -void you_teleport_now( bool allow_control, bool new_abyss_area = false ); +void you_teleport_now(bool allow_control, bool new_abyss_area = false); #endif -- cgit v1.2.3-54-g00ecf