- Duke: Don't reset synchronised input flag if centering view.

* The way the playsim works, because the horizon functions come after the yaw ones, yaw was not being applied while pitch was locked.
This commit is contained in:
Mitchell Richters 2023-03-18 22:20:15 +11:00
parent 5b382ac2c6
commit 3ad50d5045

View file

@ -75,7 +75,7 @@ void GameInterface::Ticker()
}
// disable synchronised input if set by game.
resetForcedSyncInput();
if (!ps[myconnectindex].centeringView()) resetForcedSyncInput();
DukeSpriteIterator it;
while (auto ac = it.Next())