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