summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monplace.h')
-rw-r--r--crawl-ref/source/monplace.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/crawl-ref/source/monplace.h b/crawl-ref/source/monplace.h
index ab03196433..8eebb1a5cb 100644
--- a/crawl-ref/source/monplace.h
+++ b/crawl-ref/source/monplace.h
@@ -273,13 +273,8 @@ bool player_will_anger_monster(monsters *mon, bool *holy = NULL,
bool player_angers_monster(monsters *mon);
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: misc - monplace - spells3
- * *********************************************************************** */
-bool empty_surrounds( int emx, int emy, dungeon_feature_type spc_wanted,
- int radius,
- bool allow_centre, FixedVector<char, 2>& empty );
+bool empty_surrounds( const coord_def& where, dungeon_feature_type spc_wanted,
+ int radius, bool allow_centre, coord_def& empty );
// last updated 12may2000 {dlb}