summaryrefslogtreecommitdiff
path: root/src/wizard2.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-07 14:50:36 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:27 +0200
commita01f15e08da3b2e0e326b2a94100e17962136741 (patch)
treefa07a987e816cc752f909b689e2118f6c963c3b3 /src/wizard2.c
parent41b6617e992d3fedda4c0a93ddd0fa4ad834a2ae (diff)
Lua: Refactor all the corruption code into C
Diffstat (limited to 'src/wizard2.c')
-rw-r--r--src/wizard2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wizard2.c b/src/wizard2.c
index a19b72e0..5e1e38d1 100644
--- a/src/wizard2.c
+++ b/src/wizard2.c
@@ -1758,7 +1758,7 @@ void do_cmd_debug(void)
/* corruption */
case 'M':
- (void) gain_random_corruption(command_arg);
+ gain_random_corruption();
break;
/* Specific reward */