summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 22:01:43 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 22:01:43 +0000
commit37fa908ee1771a94b5e8b7a69205675a5ca1235f (patch)
tree519a8299f0df14bbf0643449e69060822355da9f /crawl-ref/source/misc.h
parenta73c04ebd82cc74e5b73af7a90b4c5ad292361a9 (diff)
downloadcrawl-ref-37fa908ee1771a94b5e8b7a69205675a5ca1235f.tar.gz
crawl-ref-37fa908ee1771a94b5e8b7a69205675a5ca1235f.zip
General code cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5867 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index a5fc5d9083..d10eb8ccb5 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -121,7 +121,7 @@ int str_to_shoptype(const std::string &s);
bool player_in_a_dangerous_place();
-coord_def pick_adjacent_free_square(int x, int y);
+coord_def pick_adjacent_free_square(const coord_def& p);
int speed_to_duration(int speed);