From e63d0ce25374303ed7a08f0993eecb7d509b5eac Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 24 Mar 2008 16:50:41 +0000 Subject: Add whitespace fixes again. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3859 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/enum.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/enum.h') diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h index 3cf7a32326..c46ac45ee3 100644 --- a/crawl-ref/source/enum.h +++ b/crawl-ref/source/enum.h @@ -2543,7 +2543,7 @@ enum spell_type SPELL_ROTTING, // evil god power or necromantic transmigration SPELL_MAXWELLS_SILVER_HAMMER, // vorpal-brand maces etc. SPELL_CONDENSATION_SHIELD, // "shield" of icy vapour - SPELL_SEMI_CONTROLLED_BLINK, //jmf: to test effect + SPELL_SEMI_CONTROLLED_BLINK, //jmf: to test effect SPELL_STONESKIN, SPELL_SIMULACRUM, // 200 SPELL_CONJURE_BALL_LIGHTNING, @@ -2569,7 +2569,7 @@ enum spell_type SPELL_SUMMON_DRAKES, SPELL_BLINK_OTHER, // 220 SPELL_SUMMON_MUSHROOMS, - + NUM_SPELLS, SPELL_NO_SPELL = 250 // 255 - added 22jan2000 {dlb} }; -- cgit v1.2.3-54-g00ecf