mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
No reference count for TryMoveResult_t
This commit is contained in:
parent
8f5e0f63e9
commit
c41f231de0
1 changed files with 1 additions and 1 deletions
|
|
@ -2145,7 +2145,7 @@ boolean P_CheckPosition(mobj_t *thing, fixed_t x, fixed_t y, TryMoveResult_t *re
|
|||
if (result != NULL)
|
||||
{
|
||||
result->line = tm.blockingline;
|
||||
P_SetTarget(&result->mo, tm.hitthing);
|
||||
result->mo = tm.hitthing;
|
||||
}
|
||||
|
||||
return blockval;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue