summaryrefslogtreecommitdiff
path: root/src/lua_bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua_bind.c')
-rw-r--r--src/lua_bind.c2
1 files changed, 1 insertions, 1 deletions
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);
}