mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Duplicate code from merge that was writing out of range for 4p splitscreen
This commit is contained in:
parent
216d282484
commit
4a099fd98d
1 changed files with 1 additions and 10 deletions
|
|
@ -1027,15 +1027,6 @@ void R_ExecuteSetViewSize(void)
|
|||
// planes
|
||||
if (rendermode == render_soft)
|
||||
{
|
||||
// this is only used for planes rendering in software mode
|
||||
j = viewheight*16;
|
||||
for (i = 0; i < j; i++)
|
||||
{
|
||||
dy = ((i - viewheight*8)<<FRACBITS) + FRACUNIT/2;
|
||||
dy = FixedMul(abs(dy), fovtan[s]);
|
||||
yslopetab[s][i] = FixedDiv(centerx*FRACUNIT, dy);
|
||||
}
|
||||
|
||||
if (ds_su)
|
||||
Z_Free(ds_su);
|
||||
if (ds_sv)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue