- Reset p->oq16horizoff to p->q16horizoff in resetplayerstats().

This commit is contained in:
Mitchell Richters 2020-07-31 14:23:58 +10:00
parent ecf8bb699a
commit 24b0e4438e

View file

@ -113,6 +113,7 @@ void resetplayerstats(int snum)
p->sethoriz(140); //!!
p->oq16horiz = p->q16horiz;
p->sethorizoff(0);
p->oq16horizoff = p->q16horizoff;
p->bobcounter = 0;
p->on_ground = 0;
p->player_par = 0;