From 9a160b380b94ce9b89c93214fe7b9de3f36ed01f Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 22 Jul 2008 20:21:15 +0000 Subject: Massive change from using x and y to using coord_defs(). Not quite tested, most likely broken in some places and might break tiles. Will fix in the near future. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6636 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mon-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-util.h') diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h index c37b6f1cc4..e4dd300dd9 100644 --- a/crawl-ref/source/mon-util.h +++ b/crawl-ref/source/mon-util.h @@ -751,7 +751,7 @@ monster_type draco_subspecies( const monsters *mon ); std::string draconian_colour_name(monster_type mtype); monster_type draconian_colour_by_name(const std::string &colour); -monster_type random_monster_at_grid(int x, int y); +monster_type random_monster_at_grid(const coord_def& p); monster_type random_monster_at_grid(dungeon_feature_type grid); void init_mon_name_cache(); -- cgit v1.2.3-54-g00ecf