Skip to content
Snippets Groups Projects
Commit 43874c3a authored by Sal's avatar Sal
Browse files

Merge branch 'now-we-spin-in-spinout-only' into 'master'

No more first person hyper spin

See merge request !160
parents e4766bba 3801f931
Branches
Tags
1 merge request!160No more first person hyper spin
......@@ -1142,7 +1142,7 @@ void R_SetupFrame(player_t *player, boolean skybox)
aimingangle = player->aiming;
viewangle = viewmobj->angle;
if (/*!demo.playback && */player->playerstate != PST_DEAD)
if (!demo.playback && player->playerstate != PST_DEAD)
{
if (player == &players[consoleplayer])
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment