summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 11:18:25 +0300
committerVsevolod Kozlov <zaba@thorium.homeunix.org>2009-11-08 11:33:57 +0300
commit0e18c9cc6ebe782f5791b5ebcea10946e9f2c2d8 (patch)
treef30eac77822e241783d10f60bc336c508da1f4ff /crawl-ref/source/spl-cast.h
parentf52c2f9713b594127ef8fdf5acb787c0fc43d89f (diff)
downloadcrawl-ref-0e18c9cc6ebe782f5791b5ebcea10946e9f2c2d8.tar.gz
crawl-ref-0e18c9cc6ebe782f5791b5ebcea10946e9f2c2d8.zip
Remove SPFLAG_DEVEL and the only spell that had it set, Disrupt.
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index 348a2c5dea..d4ecf8a111 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -33,8 +33,7 @@ enum spflag_type
SPFLAG_INNATE = 0x08000, // an innate spell, even if
// use by a priest/wizard
SPFLAG_NOISY = 0x10000, // makes noise, even if innate
- SPFLAG_TESTING = 0x20000, // a testing/debugging spell
- SPFLAG_DEVEL = 0x40000 // a spell under development
+ SPFLAG_TESTING = 0x20000 // a testing/debugging spell
};
enum spret_type