diff options
Diffstat (limited to 'games/hack/hack.mhitu.c')
-rw-r--r-- | games/hack/hack.mhitu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/hack.mhitu.c b/games/hack/hack.mhitu.c index 4d71229..b3a316f 100644 --- a/games/hack/hack.mhitu.c +++ b/games/hack/hack.mhitu.c @@ -320,9 +320,9 @@ struct monst *mtmp; hitu(mtmp,dam) struct monst *mtmp; -dam; +int dam; { - tmp, res; + int tmp, res; nomul(0); if(u.uswallow) return(0); |