summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-12-07 00:15:47 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-12-07 10:43:52 +0100
commitc4fdcdf8133776538777f4c8b4d1193bcb856b98 (patch)
tree55b72dcee1e4d62966a9429b5fe045c0db80b8aa /crawl-ref/source/spl-util.h
parent9a6de0f2faabb6dfbd9086bb3d92df6c39bb9c2a (diff)
downloadcrawl-ref-c4fdcdf8133776538777f4c8b4d1193bcb856b98.tar.gz
crawl-ref-c4fdcdf8133776538777f4c8b4d1193bcb856b98.zip
Stop Shatter+permarock abuse.
You can hit someone only after you've shattered the walls in between.
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index b94f334674..2fd2e88a66 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -110,10 +110,6 @@ int apply_random_around_square(cell_func cf, const coord_def& where,
int apply_one_neighbouring_square(cell_func cf, int power, actor *agent = NULL);
-int apply_area_within_radius(cell_func cf, const coord_def& where,
- int pow, int radius, int ctype,
- actor *agent = NULL);
-
void apply_area_cloud(cloud_func func, const coord_def& where,
int pow, int number, cloud_type ctype,
const actor *agent,