- Amendment to 18541d1ab4 and 1ac58dc41c to reset inputdisabled once target is reached.

This commit is contained in:
Mitchell Richters 2022-05-30 22:13:42 +10:00
parent add86d8cdb
commit 990c8287fc

View file

@ -120,6 +120,7 @@ struct PlayerHorizon
{ {
horiz = target; horiz = target;
target = q16horiz(0); target = q16horiz(0);
inputdisabled = false;
} }
} }
else if (adjustment) else if (adjustment)
@ -236,6 +237,7 @@ struct PlayerAngle
{ {
ang = target; ang = target;
target = bamang(0); target = bamang(0);
inputdisabled = false;
} }
} }
else if (adjustment) else if (adjustment)