mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- ensure rotscrnang turns right when looking right.
Doesn't repair issue when looking right doesn't return again, will isolate and repair.
This commit is contained in:
parent
e41041074d
commit
77ff6f324c
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ void applylook(int snum, double factor)
|
|||
if (p->lookRight)
|
||||
{
|
||||
p->addlookang(factor * 152);
|
||||
p->addrotscrnang(factor * 24);
|
||||
p->addrotscrnang(factor * -24);
|
||||
}
|
||||
|
||||
if (p->one_eighty_count < 0 && p->on_crane == 0)
|
||||
|
|
Loading…
Reference in a new issue