diff --git a/source/core/gameinput.h b/source/core/gameinput.h index 5bcf5fc16..28d1785e1 100644 --- a/source/core/gameinput.h +++ b/source/core/gameinput.h @@ -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)