]> granicus.if.org Git - nethack/commitdiff
Add the missing int param
authorPasi Kallinen <paxed@alt.org>
Mon, 29 Apr 2019 17:45:18 +0000 (20:45 +0300)
committerPasi Kallinen <paxed@alt.org>
Mon, 29 Apr 2019 17:45:18 +0000 (20:45 +0300)
src/mcastu.c

index ca6d256cba5b83d44e2a5554a35747228e4e8ea5..1f73638ee99db1a7b3944d4544fd082767baefb7 100644 (file)
@@ -340,6 +340,7 @@ boolean foundyou;
 STATIC_OVL int
 m_cure_self(mtmp, dmg)
 struct monst *mtmp;
+int dmg;
 {
     if (mtmp->mhp < mtmp->mhpmax) {
         if (canseemon(mtmp))