summaryrefslogtreecommitdiff
path: root/src/dungeon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dungeon.c')
-rw-r--r--src/dungeon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dungeon.c b/src/dungeon.c
index 8a54329e..6d732f00 100644
--- a/src/dungeon.c
+++ b/src/dungeon.c
@@ -1273,7 +1273,7 @@ static void process_world(void)
/* Summon */
while (1)
{
- scatter(&yy, &xx, p_ptr->py, p_ptr->px, 6, 0);
+ scatter(&yy, &xx, p_ptr->py, p_ptr->px, 6);
/* Accept an empty grid within the boundary */
if (in_bounds(yy, xx) && cave_floor_bold(yy, xx)) break;