Ironman: longer lap-advance animation

This commit is contained in:
AJ Martinez 2022-10-31 16:56:53 -07:00
parent dd93f322cc
commit b9517d3a89

View file

@ -375,8 +375,8 @@ void SetRandomFakePlayerSkin(player_t* player, boolean fast)
box->flags2 |= MF2_AMBUSH;
if (fast)
{
box->extravalue1 = 25; // Rotation rate
box->extravalue2 = 3*TICRATE/4; // Lifetime
box->extravalue1 = 10; // Rotation rate
box->extravalue2 = 5*TICRATE/4; // Lifetime
}
else
{