summaryrefslogtreecommitdiff
path: root/src/cmd1.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/cmd1.c
parent30b5c52fc1370065bed0ba0a4b22329556fb0592 (diff)
Remove unused parameter from scatter() function.
Diffstat (limited to 'src/cmd1.c')
-rw-r--r--src/cmd1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd1.c b/src/cmd1.c
index e959ca61..49c0d38f 100644
--- a/src/cmd1.c
+++ b/src/cmd1.c
@@ -4953,7 +4953,7 @@ bool_ execute_inscription(byte i, byte y, byte x)
{
int yy = y, xx = x;
- scatter(&yy, &xx, y, x, 3, 0);
+ scatter(&yy, &xx, y, x, 3);
place_monster_one(yy, xx, test_monster_name("Dwarven Warrior"),
0, FALSE, MSTATUS_FRIEND);