summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 16:50:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 16:50:41 +0000
commite63d0ce25374303ed7a08f0993eecb7d509b5eac (patch)
tree2319376d81e0583cc4307d5d116971ecb0a7175d /crawl-ref/source/enum.h
parent9e0e937aa69c91a0b299a8f561564776bf2ab153 (diff)
downloadcrawl-ref-e63d0ce25374303ed7a08f0993eecb7d509b5eac.tar.gz
crawl-ref-e63d0ce25374303ed7a08f0993eecb7d509b5eac.zip
Add whitespace fixes again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3859 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
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}
};