summaryrefslogtreecommitdiff
path: root/src/cmd5.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/cmd5.c
parent41b6617e992d3fedda4c0a93ddd0fa4ad834a2ae (diff)
Lua: Refactor all the corruption code into C
Diffstat (limited to 'src/cmd5.c')
-rw-r--r--src/cmd5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd5.c b/src/cmd5.c
index 847c279b..57746ca0 100644
--- a/src/cmd5.c
+++ b/src/cmd5.c
@@ -236,7 +236,7 @@ void do_poly_self(void)
/* Polymorph into a less corrupted form */
power -= 10;
- lose_corruption(0);
+ lose_corruption();
}
/*