mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
polymost.c: fix C build. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@4930 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b8783d0448
commit
a05cc6ec20
1 changed files with 1 additions and 1 deletions
|
@ -1943,7 +1943,7 @@ void domost(float x0, float y0, float x1, float y1)
|
|||
vsp[vcnt].fy[0] = vsp[i].fy[1];
|
||||
vsp[vcnt].tag = spt[z];
|
||||
|
||||
skip:
|
||||
skip: ;
|
||||
int32_t ni = vsp[i].n; if (!ni) continue; //this 'if' fixes many bugs!
|
||||
float dx0 = vsp[i].x; if (x0 > dx0) continue;
|
||||
float dx1 = vsp[ni].x; if (x1 < dx1) continue;
|
||||
|
|
Loading…
Reference in a new issue