mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-24 07:50:59 +00:00
KenBuild: tspritetype
git-svn-id: https://svn.eduke32.com/eduke32@5736 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
a8287f676f
commit
6e62295872
2 changed files with 3 additions and 3 deletions
|
@ -271,7 +271,7 @@ extern intptr_t voxoff[][MAXVOXMIPS];
|
||||||
void ExtAnalyzeSprites(int32_t ourx, int32_t oury, int32_t oura, int32_t smoothr)
|
void ExtAnalyzeSprites(int32_t ourx, int32_t oury, int32_t oura, int32_t smoothr)
|
||||||
{
|
{
|
||||||
int i, *longptr;
|
int i, *longptr;
|
||||||
spritetype *tspr;
|
tspritetype *tspr;
|
||||||
|
|
||||||
UNREFERENCED_PARAMETER(ourx);
|
UNREFERENCED_PARAMETER(ourx);
|
||||||
UNREFERENCED_PARAMETER(oury);
|
UNREFERENCED_PARAMETER(oury);
|
||||||
|
|
|
@ -1963,7 +1963,7 @@ void analyzesprites(int dax, int day)
|
||||||
{
|
{
|
||||||
int i, j=0, k, *intptr;
|
int i, j=0, k, *intptr;
|
||||||
vec3_t *ospr;
|
vec3_t *ospr;
|
||||||
spritetype *tspr;
|
tspritetype *tspr;
|
||||||
|
|
||||||
//This function is called between drawrooms() and drawmasks()
|
//This function is called between drawrooms() and drawmasks()
|
||||||
//It has a list of possible sprites that may be drawn on this frame
|
//It has a list of possible sprites that may be drawn on this frame
|
||||||
|
@ -3675,7 +3675,7 @@ void drawscreen(short snum, int dasmoothratio)
|
||||||
int tiltlock, *intptr, ovisibility, oparallaxvisibility;
|
int tiltlock, *intptr, ovisibility, oparallaxvisibility;
|
||||||
short cang, tang, csect;
|
short cang, tang, csect;
|
||||||
char ch, *ptr, *ptr2, *ptr3, *ptr4;
|
char ch, *ptr, *ptr2, *ptr3, *ptr4;
|
||||||
spritetype *tspr;
|
tspritetype *tspr;
|
||||||
|
|
||||||
smoothratio = max(min(dasmoothratio,65536),0);
|
smoothratio = max(min(dasmoothratio,65536),0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue