Add the missing int param
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user