mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Duke3d: zero .horizSkew in P_DoJetpack()
This commit is contained in:
parent
0ec9dd9a14
commit
26b87e3aa0
1 changed files with 2 additions and 0 deletions
|
@ -4759,6 +4759,8 @@ static void P_DoJetpack(int const playerNum, int const playerBits, int const pla
|
|||
pPlayer->pycount &= 2047;
|
||||
pPlayer->pyoff = sintable[pPlayer->pycount] >> 7;
|
||||
|
||||
g_player[playerNum].horizSkew = 0;
|
||||
|
||||
if (pPlayer->jetpack_on < 11)
|
||||
{
|
||||
pPlayer->jetpack_on++;
|
||||
|
|
Loading…
Reference in a new issue