From 17fb80af7acbed035921b894f2b2712f93afd670 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 26 Jan 2009 15:38:40 +0000 Subject: Simplify monster_random_space(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8790 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/stuff.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/stuff.h') diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h index a29c0c07e7..415feeaa2b 100644 --- a/crawl-ref/source/stuff.h +++ b/crawl-ref/source/stuff.h @@ -152,9 +152,8 @@ int yesnoquit( const char* str, bool safe = true, int safeanswer = 0, bool allow_all = false, bool clear_after = true, char alt_yes = 'Y', char alt_yes2 = 'Y' ); - -bool in_bounds( int x, int y ); -bool map_bounds( int x, int y ); +bool in_bounds(int x, int y); +bool map_bounds(int x, int y); coord_def random_in_bounds(); inline bool in_bounds(const coord_def &p) -- cgit v1.2.3-54-g00ecf