Skip to content
Snippets Groups Projects
Commit 9a8cd9f0 authored by NepDisk's avatar NepDisk
Browse files

Prevent boosted teleports from throwing you the wrong direction on exit

parent b96a86a2
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,8 @@ boolean P_Teleport(mobj_t *thing, fixed_t x, fixed_t y, fixed_t z, angle_t angle
P_SetPlayerMobjState(thing, S_KART_STND1); // SRB2kart - was S_PLAY_STND
}
thing->player->kartstuff[k_boostangle] = angle;
if (flash)
P_FlashPal(thing->player, PAL_MIXUP, 10);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment