mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Don't use localaim/angle in skybox in demos
This commit is contained in:
parent
7369cd4c16
commit
a728a4bb06
1 changed files with 1 additions and 1 deletions
|
@ -844,7 +844,7 @@ void R_SkyboxFrame(player_t *player)
|
|||
{
|
||||
newview->aim = player->aiming;
|
||||
newview->angle = player->mo->angle;
|
||||
if (/*!demo.playback && */player->playerstate != PST_DEAD)
|
||||
if (!demo.playback && player->playerstate != PST_DEAD)
|
||||
{
|
||||
if (player == &players[consoleplayer])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue