- 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:
Mitchell Richters 2020-07-22 20:44:16 +10:00
parent e41041074d
commit 77ff6f324c

View file

@ -793,7 +793,7 @@ void applylook(int snum, double factor)
if (p->lookRight) if (p->lookRight)
{ {
p->addlookang(factor * 152); p->addlookang(factor * 152);
p->addrotscrnang(factor * 24); p->addrotscrnang(factor * -24);
} }
if (p->one_eighty_count < 0 && p->on_crane == 0) if (p->one_eighty_count < 0 && p->on_crane == 0)