summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.fight.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.fight.c')
-rw-r--r--games/hack/hack.fight.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/hack.fight.c b/games/hack/hack.fight.c
index 2a39474..000c58f 100644
--- a/games/hack/hack.fight.c
+++ b/games/hack/hack.fight.c
@@ -108,7 +108,7 @@ struct monst *mon;
/* u is hit by sth, but not a monster */
thitu(tlev,dam,name)
-tlev,dam;
+int tlev,dam;
char *name;
{
char buf[BUFSZ];
@@ -131,9 +131,9 @@ boolean
hmon(mon,obj,thrown) /* return TRUE if mon still alive */
struct monst *mon;
struct obj *obj;
-thrown;
+int thrown;
{
- tmp;
+ int tmp;
boolean hittxt = FALSE;
if(!obj){
OpenPOWER on IntegriCloud