X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fcmd1.c;h=536720a91e56d1cc7999878bd82809ede33fb2cf;hb=221f9e384a95dfac66a3e1f712ac2c8924c556b8;hp=3437fa07971f7128ea6a7c0c09777dd9b07371c7;hpb=35831b37978388f943e7c7ec80351080f4941ab0;p=hengband%2Fhengband.git diff --git a/src/cmd1.c b/src/cmd1.c index 3437fa079..536720a91 100644 --- a/src/cmd1.c +++ b/src/cmd1.c @@ -279,7 +279,7 @@ static MULTIPLY mult_brand(MULTIPLY mult, const BIT_FLAGS* flgs, const monster_t * Note that most brands and slays are x3, except Slay Animal (x2),\n * Slay Evil (x2), and Kill dragon (x5).\n */ -s16b tot_dam_aux(object_type *o_ptr, int tdam, monster_type *m_ptr, BIT_FLAGS mode, bool thrown) +HIT_POINT tot_dam_aux(object_type *o_ptr, HIT_POINT tdam, monster_type *m_ptr, BIT_FLAGS mode, bool thrown) { MULTIPLY mult = 10;