mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 16:07:40 +00:00
Player prediction now updates listener
This commit is contained in:
parent
4db8b3e421
commit
42e6737803
1 changed files with 2 additions and 0 deletions
|
@ -2728,6 +2728,8 @@ void P_PredictPlayer (player_t *player)
|
||||||
P_PlayerThink (player);
|
P_PlayerThink (player);
|
||||||
player->mo->Tick ();
|
player->mo->Tick ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
S_UpdateSounds(players[consoleplayer].camera); // move positional sounds
|
||||||
}
|
}
|
||||||
|
|
||||||
extern msecnode_t *P_AddSecnode (sector_t *s, AActor *thing, msecnode_t *nextnode);
|
extern msecnode_t *P_AddSecnode (sector_t *s, AActor *thing, msecnode_t *nextnode);
|
||||||
|
|
Loading…
Reference in a new issue