From c4928a52cb100f696f2ff54d27a87f2ff2ae37c2 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 18 Feb 2012 18:37:22 +0100 Subject: Remove unused parameter from scatter() function. --- src/lua_bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua_bind.c') diff --git a/src/lua_bind.c b/src/lua_bind.c index 3a901a7c..693c7e72 100644 --- a/src/lua_bind.c +++ b/src/lua_bind.c @@ -148,7 +148,7 @@ void find_position(int y, int x, int *yy, int *xx) do { - scatter(yy, xx, y, x, 6, 0); + scatter(yy, xx, y, x, 6); } while (!(in_bounds(*yy, *xx) && cave_floor_bold(*yy, *xx)) && --attempts); } -- cgit v1.2.3