lint removal -- nothing of import

This commit is contained in:
jwalz
2003-08-29 17:23:19 +00:00
parent 2d294c47f8
commit 2ea07652d8
6 changed files with 6 additions and 6 deletions

View File

@@ -230,7 +230,7 @@ struct monst *mtmp;
int
find_roll_to_hit(mtmp, aatyp, weapon, attk_count, role_roll_penalty)
register struct monst *mtmp;
int aatyp; /* usually AT_WEAP or AT_KICK */
uchar aatyp; /* usually AT_WEAP or AT_KICK */
struct obj *weapon; /* uwep or uswapwep or NULL */
int *attk_count, *role_roll_penalty;
{