Revert "- Duke: Temporary workaround for last commit so the player returns to centre on level load."

This reverts commit 2b22e49a9b.

* It's no longer needed with 06dd971291.
This commit is contained in:
Mitchell Richters 2023-03-29 09:39:16 +11:00
parent 06dd971291
commit 7feb5a9a9b

View file

@ -61,10 +61,6 @@ void GameInterface::Ticker()
ud.cameraactor = nullptr;
// temporary workaround for issue where first packet
// seems captured after the playsim has ran once.
gi->reapplyInputBits(&playercmds[myconnectindex].ucmd);
// this must be done before the view is backed up.
for (int i = connecthead; i >= 0; i = connectpoint2[i])
{