mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 02:42:20 +00:00
Compile errors
This commit is contained in:
parent
eaf89cf7b9
commit
dbb4924348
1 changed files with 1 additions and 1 deletions
|
@ -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--;
|
||||
|
|
Loading…
Reference in a new issue