summaryrefslogtreecommitdiff
path: root/src/spells1.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-02-18 18:37:22 +0100
committerBardur Arantsson <bardur@scientician.net>2012-03-29 20:57:29 +0200
commitc4928a52cb100f696f2ff54d27a87f2ff2ae37c2 (patch)
treea6b16da01340194b33d67292214d4337cf43187a /src/spells1.c
parent30b5c52fc1370065bed0ba0a4b22329556fb0592 (diff)
Remove unused parameter from scatter() function.
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 --;
}