diff --git a/src/p_map.c b/src/p_map.c index 0e1f5fbc1..97ea69da7 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -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;