diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-16 10:26:38 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-11-16 10:26:38 +0000 |
| commit | b945938c632aa17a5c1e475758d18fc9febf3cbd (patch) | |
| tree | 839b85661e38597650d090e9cb482291451611bb /games/hack/hack.wield.c | |
| parent | 727bf60729b6e2f693b3a1162a2f4b32e49bf8bd (diff) | |
Notes
Diffstat (limited to 'games/hack/hack.wield.c')
| -rw-r--r-- | games/hack/hack.wield.c | 2 |
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; |
