mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-30 13:21:04 +00:00
- Reset p->oq16look_ang
to p->q16look_ang
in resetplayerstats()
.
This commit is contained in:
parent
d0909b8224
commit
ecf8bb699a
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ void resetplayerstats(int snum)
|
|||
p->holoduke_on = -1;
|
||||
|
||||
p->setlookang(512 - ((currentLevel->levelNumber & 1) << 10));
|
||||
p->oq16look_ang = p->q16look_ang;
|
||||
|
||||
p->setrotscrnang(0);
|
||||
p->oq16rotscrnang = p->q16rotscrnang;
|
||||
|
|
Loading…
Reference in a new issue