]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hack/hack.mhitu.c
Integrate Warp Kit into the NetBSD build
[bsdgames-darwin.git] / hack / hack.mhitu.c
index db1720f183790940209a31913be1ebcb90b17c38..d926898a79461fde92d084dc99f550e58684bea7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: hack.mhitu.c,v 1.6 2003/04/02 18:36:37 jsm Exp $       */
+/*     $NetBSD: hack.mhitu.c,v 1.7 2009/06/07 18:30:39 dholland Exp $  */
 
 /*
  * Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -63,7 +63,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: hack.mhitu.c,v 1.6 2003/04/02 18:36:37 jsm Exp $");
+__RCSID("$NetBSD: hack.mhitu.c,v 1.7 2009/06/07 18:30:39 dholland Exp $");
 #endif                         /* not lint */
 
 #include "hack.h"
@@ -74,8 +74,7 @@ __RCSID("$NetBSD: hack.mhitu.c,v 1.6 2003/04/02 18:36:37 jsm Exp $");
  *       returns 1 if monster dies (e.g. 'y', 'F'), 0 otherwise
  */
 int
-mhitu(mtmp)
-       struct monst   *mtmp;
+mhitu(struct monst *mtmp)
 {
        const struct permonst *mdat = mtmp->data;
        int             tmp, ctmp;
@@ -402,9 +401,7 @@ mhitu(mtmp)
 }
 
 int
-hitu(mtmp, dam)
-       struct monst   *mtmp;
-       int dam;
+hitu(struct monst *mtmp, int dam)
 {
        int tmp, res;