Home
last modified time | relevance | path

Searched refs:sortscale (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_things.c1316 shadow->sortscale = vis->sortscale;
1394 fixed_t sortscale, sortsplat = 0;
1725 yscale = sortscale;
1767 if (sortscale < linkscale)
1944 vis->sortscale = sortscale;
2404 if (ds->sortscale < bestscale)
2406 bestscale = ds->sortscale;
2650 if (rover->sortscale < scale)
2661 boolean infront = (r2->sprite->sortscale > rover->sortscale
2851 if (scale < spr->sortscale ||
[all …]
H A Dr_things.h160 …fixed_t sortscale; // sortscale only differs from scale for paper sprites, floor sprites, and MF2_… member