No reference count for TryMoveResult_t

This commit is contained in:
Sally Coolatta 2022-11-21 16:06:45 -05:00
parent 8f5e0f63e9
commit c41f231de0

View file

@ -2145,7 +2145,7 @@ boolean P_CheckPosition(mobj_t *thing, fixed_t x, fixed_t y, TryMoveResult_t *re
if (result != NULL) if (result != NULL)
{ {
result->line = tm.blockingline; result->line = tm.blockingline;
P_SetTarget(&result->mo, tm.hitthing); result->mo = tm.hitthing;
} }
return blockval; return blockval;