mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-21 14:12:31 +00:00
Compile errors
This commit is contained in:
parent
ba912aea47
commit
9a36d559dc
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…
Add table
Reference in a new issue