mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-28 01:40:41 +00:00
- fixed bug with wallsprite calculation trashing angles of voxel sprites.
Fix was missed from upstream due to a merge conflict.
This commit is contained in:
parent
8e9491b5e4
commit
39c96d58c6
1 changed files with 1 additions and 1 deletions
|
@ -7798,7 +7798,7 @@ killsprite:
|
||||||
|
|
||||||
get_wallspr_points(tspr, &xx[0], &xx[1], &yy[0], &yy[1]);
|
get_wallspr_points(tspr, &xx[0], &xx[1], &yy[0], &yy[1]);
|
||||||
|
|
||||||
if (!playing_blood? ((tspr->cstat & 48) == 0) : ((tspr->cstat & 48) != 16))
|
if ((tspr->cstat & 48) != 16)
|
||||||
tspriteptr[i]->ang = oang;
|
tspriteptr[i]->ang = oang;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue