mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Fixed Doom Classic rendering artefacts #373
This commit is contained in:
parent
8da073ef6c
commit
09b7c52dec
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ R_StoreWallRange
|
|||
|
||||
// calculate ::g->rw_distance for scale calculation
|
||||
::g->rw_normalangle = ::g->curline->angle + ANG90;
|
||||
offsetangle = abs((long)(::g->rw_normalangle-::g->rw_angle1));
|
||||
offsetangle = abs((int)(::g->rw_normalangle-::g->rw_angle1));
|
||||
|
||||
if (offsetangle > ANG90)
|
||||
offsetangle = ANG90;
|
||||
|
|
Loading…
Reference in a new issue