Compile errors

This commit is contained in:
mazmazz 2018-11-13 10:37:34 -05:00
parent eaf89cf7b9
commit dbb4924348
1 changed files with 1 additions and 1 deletions

View File

@ -7453,7 +7453,7 @@ void P_MobjThinker(mobj_t *mobj)
// failure state: mobj is not facing tracer
// Reasaonable defaults: ANGLE_67h, ANGLE_292h
if (ang >= mobj->extravalue1 && ang <= ANGLE_MAX - mobj->extravalue1)
if (ang >= (UINT32)mobj->extravalue1 && ang <= ANGLE_MAX - (UINT32)mobj->extravalue1)
{
if (mobj->cvmem)
mobj->cvmem--;