summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/terrain.h')
-rw-r--r--crawl-ref/source/terrain.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h
index 71a397f746..8de51fba08 100644
--- a/crawl-ref/source/terrain.h
+++ b/crawl-ref/source/terrain.h
@@ -14,10 +14,9 @@
class actor;
struct coord_def;
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
+
+actor* actor_at(const coord_def& c);
+
bool fall_into_a_pool( const coord_def& entry, bool allow_shift,
unsigned char terrain );