summaryrefslogtreecommitdiff
path: root/src/spells1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells1.c')
-rw-r--r--src/spells1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spells1.c b/src/spells1.c
index 0893c7f5..9bfc6fe2 100644
--- a/src/spells1.c
+++ b/src/spells1.c
@@ -3033,7 +3033,7 @@ static bool_ project_f(int who, int r, int y, int x, int dam, int typ)
{
y2 = y1 = randint(cur_hgt) - 1;
x2 = x1 = randint(cur_wid) - 1;
- scatter(&y2, &x2, y1, x1, 20, 0);
+ scatter(&y2, &x2, y1, x1, 20);
tries --;
}