mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-22 12:11:21 +00:00
- Blood: Reset player's render angle state only for the console player.
This commit is contained in:
parent
572ec96467
commit
96e8565ba7
1 changed files with 6 additions and 5 deletions
|
@ -434,17 +434,18 @@ void GameInterface::Ticker()
|
|||
{
|
||||
thinktime.Reset();
|
||||
thinktime.Clock();
|
||||
|
||||
PLAYER* pPlayer = &gPlayer[myconnectindex];
|
||||
|
||||
// this must be done before the view is backed up.
|
||||
pPlayer->Angles.resetRenderAngles();
|
||||
|
||||
for (int i = connecthead; i >= 0; i = connectpoint2[i])
|
||||
{
|
||||
// this must be done before the view is backed up.
|
||||
gPlayer[i].Angles.resetRenderAngles();
|
||||
|
||||
viewBackupView(i);
|
||||
playerProcess(&gPlayer[i]);
|
||||
}
|
||||
|
||||
PLAYER* pPlayer = &gPlayer[myconnectindex];
|
||||
|
||||
trProcessBusy();
|
||||
evProcess(PlayClock);
|
||||
seqProcess(4);
|
||||
|
|
Loading…
Reference in a new issue