Player prediction now updates listener

This commit is contained in:
Edward Richardson 2014-08-19 22:31:45 +12:00
parent 4db8b3e421
commit 42e6737803

View file

@ -2728,6 +2728,8 @@ void P_PredictPlayer (player_t *player)
P_PlayerThink (player);
player->mo->Tick ();
}
S_UpdateSounds(players[consoleplayer].camera); // move positional sounds
}
extern msecnode_t *P_AddSecnode (sector_t *s, AActor *thing, msecnode_t *nextnode);