Various type and cast bits.

This commit is contained in:
nhkeni
2022-03-16 18:18:52 -04:00
parent e51026aee1
commit a64a666f78
12 changed files with 28 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ static void polymorph_sink(void);
static boolean teleport_sink(void);
static void dosinkring(struct obj *);
static int drop(struct obj *);
static int menudrop_split(struct obj *, int);
static int menudrop_split(struct obj *, long);
static boolean engulfer_digests_food(struct obj *);
static int wipeoff(void);
static int menu_drop(int);
@@ -838,7 +838,7 @@ doddrop(void)
}
static int /* check callers */
menudrop_split(struct obj *otmp, int cnt)
menudrop_split(struct obj *otmp, long cnt)
{
if (cnt && cnt < otmp->quan) {
if (welded(otmp)) {