Revert "Duke3d: set .horizRecenter when handling SK_CENTER_VIEW"

This reverts commit ef06d8c3dba3e4ccf9388bf31404ab23ebdcb37e.
This commit is contained in:
Richard C. Gobeille 2020-05-07 00:46:18 -07:00 committed by Christoph Oelckers
parent 1f82cfa3bf
commit 86e2f4ec8a
1 changed files with 0 additions and 3 deletions

View File

@ -5746,10 +5746,7 @@ RECHECK:
if (TEST_SYNC_KEY(playerBits, SK_CENTER_VIEW) || pPlayer->hard_landing)
if (VM_OnEvent(EVENT_RETURNTOCENTER, pPlayer->i,playerNum) == 0)
{
pPlayer->return_to_center = 9;
thisPlayer.horizRecenter = true;
}
if (TEST_SYNC_KEY(playerBits, SK_LOOK_UP))
{