summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-16 23:48:47 +0200
committerRobert Vollmert <rvollmert@gmx.net>2009-10-16 23:49:51 +0200
commit756894ef3f3dd9c70af6115be117bb09e4374342 (patch)
tree079209000b98b71bb9b9a3ef735a023ce30849c5 /crawl-ref/source/xom.h
parent0adf2c9dd91d2f49931fc242545b1e4cd7f5119b (diff)
downloadcrawl-ref-756894ef3f3dd9c70af6115be117bb09e4374342.tar.gz
crawl-ref-756894ef3f3dd9c70af6115be117bb09e4374342.zip
Remove duplicated version of _move_stairs.
Diffstat (limited to 'crawl-ref/source/xom.h')
-rw-r--r--crawl-ref/source/xom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/xom.h b/crawl-ref/source/xom.h
index 047f5196b5..25706fb1ab 100644
--- a/crawl-ref/source/xom.h
+++ b/crawl-ref/source/xom.h
@@ -90,4 +90,6 @@ void xom_death_message(const kill_method_type killed_by);
void debug_xom_effects();
#endif
+bool move_stair(coord_def stair_pos, bool away, bool allow_under);
+
#endif