From a01f15e08da3b2e0e326b2a94100e17962136741 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 7 Apr 2012 14:50:36 +0200 Subject: Lua: Refactor all the corruption code into C --- src/wizard2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wizard2.c') 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 */ -- cgit v1.2.3