summaryrefslogtreecommitdiff
path: root/games/hack/hack.wield.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-11-16 10:26:38 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-11-16 10:26:38 +0000
commitb945938c632aa17a5c1e475758d18fc9febf3cbd (patch)
tree839b85661e38597650d090e9cb482291451611bb /games/hack/hack.wield.c
parent727bf60729b6e2f693b3a1162a2f4b32e49bf8bd (diff)
Notes
Diffstat (limited to 'games/hack/hack.wield.c')
-rw-r--r--games/hack/hack.wield.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.wield.c b/games/hack/hack.wield.c
index 751be0132394..7533de697ba4 100644
--- a/games/hack/hack.wield.c
+++ b/games/hack/hack.wield.c
@@ -57,7 +57,7 @@ corrode_weapon(){
chwepon(otmp,amount)
struct obj *otmp;
-amount;
+int amount;
{
char *color = (amount < 0) ? "black" : "green";
char *time;