Skip to content

Commit

Permalink
- Amendment to 18541d1 and 1ac58dc to reset inputdisabled once targ…
Browse files Browse the repository at this point in the history
…et is reached.
  • Loading branch information
mjr4077au committed May 30, 2022
1 parent add86d8 commit 990c828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/core/gameinput.h
Expand Up @@ -120,6 +120,7 @@ struct PlayerHorizon
{
horiz = target;
target = q16horiz(0);
inputdisabled = false;
}
}
else if (adjustment)
Expand Down Expand Up @@ -236,6 +237,7 @@ struct PlayerAngle
{
ang = target;
target = bamang(0);
inputdisabled = false;
}
}
else if (adjustment)
Expand Down

0 comments on commit 990c828

Please sign in to comment.