mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-02 14:40:40 +00:00
Revert "- possible fix for continual rotscrnang thrashing when dead that was reported in #66." What was I thinking?
This reverts commit e019939590
.
This commit is contained in:
parent
9b51e29d20
commit
6626323e3e
1 changed files with 1 additions and 1 deletions
|
@ -800,7 +800,7 @@ void applylook(int snum, double factor)
|
||||||
{
|
{
|
||||||
auto p = &ps[snum];
|
auto p = &ps[snum];
|
||||||
|
|
||||||
if (sprite[p->i].extra >= 0)
|
if (sprite[p->i].extra > 0)
|
||||||
{
|
{
|
||||||
p->addrotscrnang(factor * -0.5 * fix16_to_dbl(p->q16rotscrnang));
|
p->addrotscrnang(factor * -0.5 * fix16_to_dbl(p->q16rotscrnang));
|
||||||
if (abs(p->q16rotscrnang) < FRACUNIT) p->q16rotscrnang = 0;
|
if (abs(p->q16rotscrnang) < FRACUNIT) p->q16rotscrnang = 0;
|
||||||
|
|
Loading…
Reference in a new issue