From f17cfc977b94621d15642f8a16a65fd71c3a7b1e Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 29 Apr 2019 20:45:18 +0300 Subject: [PATCH] Add the missing int param --- src/mcastu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mcastu.c b/src/mcastu.c index ca6d256cb..1f73638ee 100644 --- a/src/mcastu.c +++ b/src/mcastu.c @@ -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))