mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 15:21:48 +00:00
- Reset p->oq16horizoff
to p->q16horizoff
in resetplayerstats()
.
This commit is contained in:
parent
ecf8bb699a
commit
24b0e4438e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue