mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
Revert "- Duke: Temporary workaround for last commit so the player returns to centre on level load."
This reverts commit2b22e49a9b
. * It's no longer needed with06dd971291
.
This commit is contained in:
parent
06dd971291
commit
7feb5a9a9b
1 changed files with 0 additions and 4 deletions
|
@ -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])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue