summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-03-26 20:36:58 +0100
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:46:42 +0200
commite6a089b5bd1575fc2d54398101f507eb4eb1f7b5 (patch)
treecba6c0b337eb9201ef32cd5792cc4f4eed28b6d3 /src
parent3ae7efc14c41b8676b3ad01d17a1b61acaad77f8 (diff)
Remove superfluous parameter from gain_random_corruption call
Diffstat (limited to 'src')
-rw-r--r--src/cmd5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd5.c b/src/cmd5.c
index 9571ce99..95ae0346 100644
--- a/src/cmd5.c
+++ b/src/cmd5.c
@@ -326,7 +326,7 @@ void do_poly_self(void)
while ((power > rand_int(15)) && (rand_int(3) == 0))
{
power -= 7;
- (void) gain_random_corruption(0);
+ gain_random_corruption();
}
if (power > rand_int(5))