mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
Revert r7388 because it just wasn't working out
git-svn-id: https://svn.eduke32.com/eduke32@7396 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5258e10271
commit
0e01b45227
1 changed files with 1 additions and 1 deletions
|
@ -3922,7 +3922,7 @@ skip: ;
|
|||
|
||||
do
|
||||
{
|
||||
if ((vsp[i].cy[0]+DOMOST_OFFSET >= vsp[i].fy[0]) && (vsp[i].cy[1]+DOMOST_OFFSET >= vsp[i].fy[1]))
|
||||
if ((vsp[i].cy[0] >= vsp[i].fy[0]) && (vsp[i].cy[1] >= vsp[i].fy[1]))
|
||||
vsp[i].ctag = vsp[i].ftag = -1;
|
||||
|
||||
int const ni = vsp[i].n;
|
||||
|
|
Loading…
Reference in a new issue