Fix accidental double assignment of pPlayer->jetpack_on in P_ResetStatus()

git-svn-id: https://svn.eduke32.com/eduke32@7010 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-10-07 05:20:56 +00:00
parent 0a84e2caef
commit e1c1cebfbb
1 changed files with 0 additions and 1 deletions

View File

@ -785,7 +785,6 @@ void P_ResetStatus(int playerNum)
pPlayer->knuckle_incs = 1;
pPlayer->fist_incs = 0;
pPlayer->knee_incs = 0;
pPlayer->jetpack_on = 0;
pPlayer->reloading = 0;
pPlayer->movement_lock = 0;
pPlayer->frag_ps = playerNum;