mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- Amendment to 18541d1ab4
and 1ac58dc41c
to reset inputdisabled
once target is reached.
This commit is contained in:
parent
add86d8cdb
commit
990c8287fc
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@ struct PlayerHorizon
|
|||
{
|
||||
horiz = target;
|
||||
target = q16horiz(0);
|
||||
inputdisabled = false;
|
||||
}
|
||||
}
|
||||
else if (adjustment)
|
||||
|
@ -236,6 +237,7 @@ struct PlayerAngle
|
|||
{
|
||||
ang = target;
|
||||
target = bamang(0);
|
||||
inputdisabled = false;
|
||||
}
|
||||
}
|
||||
else if (adjustment)
|
||||
|
|
Loading…
Reference in a new issue