Don't store int into unsigned
This commit is contained in:
@@ -3040,7 +3040,8 @@ struct monst *mon;
|
|||||||
int shiftflags;
|
int shiftflags;
|
||||||
{
|
{
|
||||||
struct permonst *ptr = 0;
|
struct permonst *ptr = 0;
|
||||||
unsigned mndx, was_female = mon->female;
|
int mndx;
|
||||||
|
unsigned was_female = mon->female;
|
||||||
boolean msg = FALSE, dochng = FALSE;
|
boolean msg = FALSE, dochng = FALSE;
|
||||||
|
|
||||||
if ((shiftflags & SHIFT_MSG)
|
if ((shiftflags & SHIFT_MSG)
|
||||||
|
|||||||
Reference in New Issue
Block a user