summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-09-19 18:12:49 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-09-19 18:12:49 +0200
commitd2e14c311a87998019e8b8595da12a9f1cf81442 (patch)
tree3c99863b3e40fe662758673c1b33a0204f4e2591 /crawl-ref/source/spl-cast.h
parent50f9558106a5a31897d2eae2d9be39b3d4851a72 (diff)
downloadcrawl-ref-d2e14c311a87998019e8b8595da12a9f1cf81442.tar.gz
crawl-ref-d2e14c311a87998019e8b8595da12a9f1cf81442.zip
Revert "Add noise level to spell description"
This reverts commit cb7513472897b423502a5d5be05daaebf9695782. Pushed accidentally.
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index c625d237a0..9de9dfa977 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -79,7 +79,7 @@ std::string spell_power_string(spell_type spell);
std::string spell_range_string(spell_type spell);
std::string spell_schools_string(spell_type spell);
const char* spell_hunger_string(spell_type spell);
-std::string spell_noise_string(spell_type spell);
+
bool is_prevented_teleport(spell_type spell);