mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'spinout-tumble-dash-ring' into 'master'
Convert tumble/stumble to wipeout on contact with Dash Rings Closes #519 See merge request KartKrew/Kart!1389
This commit is contained in:
commit
055a7309b0
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ static void DashRingLaunch(player_t *player, mobj_t *ring)
|
|||
player->mo->rollangle = 0;
|
||||
player->flashing = 0;
|
||||
player->fastfall = 0;
|
||||
K_TumbleInterrupt(player);
|
||||
|
||||
switch (ring->extravalue1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue