From c5a3023550aad819777f9d0e311cc81edeea496a Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 13 May 2008 14:27:35 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5022 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ghost.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/ghost.cc') diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc index 3681aea8c7..2225ac7dc8 100644 --- a/crawl-ref/source/ghost.cc +++ b/crawl-ref/source/ghost.cc @@ -30,6 +30,7 @@ std::vector ghosts; when finding spells to be remembered by a player's ghost: */ static spell_type search_order_conj[] = { +/* 0 */ SPELL_LEHUDIBS_CRYSTAL_SPEAR, SPELL_BOLT_OF_DRAINING, SPELL_AGONY, @@ -40,6 +41,7 @@ static spell_type search_order_conj[] = { SPELL_BOLT_OF_MAGMA, SPELL_ICE_BOLT, SPELL_BOLT_OF_FIRE, +/* 10 */ SPELL_BOLT_OF_COLD, SPELL_FIREBALL, SPELL_DELAYED_FIREBALL, @@ -50,6 +52,7 @@ static spell_type search_order_conj[] = { SPELL_THROW_FROST, SPELL_PAIN, SPELL_STING, +/* 20 */ SPELL_SHOCK, SPELL_MAGIC_DART, SPELL_SLEEP, @@ -72,10 +75,10 @@ static spell_type search_order_third[] = { SPELL_SUMMON_UGLY_THING, SPELL_SUMMON_ICE_BEAST, SPELL_ANIMATE_DEAD, +/* 10 */ SPELL_INVISIBILITY, SPELL_CALL_IMP, SPELL_SUMMON_SMALL_MAMMAL, -/* 10 */ SPELL_CONTROLLED_BLINK, SPELL_BLINK, SPELL_NO_SPELL, // end search @@ -98,6 +101,7 @@ static spell_type search_order_misc[] = { SPELL_POLYMORPH_OTHER, SPELL_TELEPORT_OTHER, SPELL_DIG, +/* 10 */ SPELL_BACKLIGHT, SPELL_NO_SPELL, // end search }; -- cgit v1.2.3-54-g00ecf