Add the missing int param

This commit is contained in:
Pasi Kallinen
2019-04-29 20:45:18 +03:00
parent 1a4223faac
commit f17cfc977b
+1
View File
@@ -340,6 +340,7 @@ boolean foundyou;
STATIC_OVL int STATIC_OVL int
m_cure_self(mtmp, dmg) m_cure_self(mtmp, dmg)
struct monst *mtmp; struct monst *mtmp;
int dmg;
{ {
if (mtmp->mhp < mtmp->mhpmax) { if (mtmp->mhp < mtmp->mhpmax) {
if (canseemon(mtmp)) if (canseemon(mtmp))