Skip to content

Commit

Permalink
Hexen: remove redundant r_angle initialization (fabiangreffrath#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
JNechaevsky authored Feb 13, 2024
1 parent e01e04c commit 8040cde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hexen/p_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ void P_LoadSegs(int lump)
li->v2 = &vertexes[SHORT(ml->v2)];

li->angle = (SHORT(ml->angle)) << 16;
li->r_angle = li->angle; // [crispy] initialize rendering angle
li->offset = (SHORT(ml->offset)) << 16;
linedef = SHORT(ml->linedef);
ldef = &lines[linedef];
Expand Down

0 comments on commit 8040cde

Please sign in to comment.