What the fuck are turbines

This commit is contained in:
AJ Martinez 2024-01-05 17:45:37 -07:00
parent 0f468c4634
commit c854a3262b
2 changed files with 2 additions and 0 deletions

View file

@ -138,6 +138,7 @@ void Obj_DashRingTouch(mobj_t *ring, player_t *player)
player->carry = CR_DASHRING;
player->dashRingPullTics = DASHRING_PULL_TICS;
player->dashRingPushTics = 0;
player->turbine = 0;
}
static fixed_t GetPlayerDashRingZ(player_t *player, mobj_t *ring)

View file

@ -482,6 +482,7 @@ void P_ResetPlayer(player_t *player)
player->trickpanel = TRICKSTATE_NONE;
player->glanceDir = 0;
player->fastfall = 0;
player->turbine = 0;
Obj_EndBungee(player);
if (player->mo != NULL && P_MobjWasRemoved(player->mo) == false)