From e3a04ec3a1b79e8f8ae8937e3fe16552384e557b Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 20 Oct 2009 20:01:19 -0500 Subject: Remove tabs, and add minor cosmetic fixes. --- crawl-ref/source/spells3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells3.cc') diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc index cc86af4712..9fd1351592 100644 --- a/crawl-ref/source/spells3.cc +++ b/crawl-ref/source/spells3.cc @@ -1290,7 +1290,7 @@ bool cast_haunt(int pow, const coord_def& where, god_type god) : MONS_SPECTRAL_WARRIOR); // 12% if ((chance == 3 || chance == 8) && player_see_invis()) - mon = MONS_SHADOW_WRAITH; // 0%/8% + mon = MONS_SHADOW_WRAITH; // 0%/8% const int monster = create_monster( -- cgit v1.2.3-54-g00ecf