Got rid of the uhh

This commit is contained in:
Tatsuru 2019-12-31 11:19:54 -03:00
parent b68a629a71
commit 79f18a3c19

View file

@ -1808,7 +1808,7 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
case MT_MINECARTSPAWNER: case MT_MINECARTSPAWNER:
if (!player->bot && special->fuse <= TICRATE && player->powers[pw_carry] != CR_MINECART) if (!player->bot && special->fuse <= TICRATE && player->powers[pw_carry] != CR_MINECART)
{ {
mobj_t *mcart = P_SpawnMobj(special->x, special->y, special->z, MT_MINECART); mobj_t *mcart = P_SpawnMobj(special->x, special->y, special->z, MT_MINECART);
P_SetTarget(&mcart->target, toucher); P_SetTarget(&mcart->target, toucher);
mcart->angle = toucher->angle = player->drawangle = special->angle; mcart->angle = toucher->angle = player->drawangle = special->angle;