KenBuild: tspritetype

git-svn-id: https://svn.eduke32.com/eduke32@5736 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-05-23 04:46:21 +00:00
parent a8287f676f
commit 6e62295872
2 changed files with 3 additions and 3 deletions

View file

@ -271,7 +271,7 @@ extern intptr_t voxoff[][MAXVOXMIPS];
void ExtAnalyzeSprites(int32_t ourx, int32_t oury, int32_t oura, int32_t smoothr)
{
int i, *longptr;
spritetype *tspr;
tspritetype *tspr;
UNREFERENCED_PARAMETER(ourx);
UNREFERENCED_PARAMETER(oury);

View file

@ -1963,7 +1963,7 @@ void analyzesprites(int dax, int day)
{
int i, j=0, k, *intptr;
vec3_t *ospr;
spritetype *tspr;
tspritetype *tspr;
//This function is called between drawrooms() and drawmasks()
//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;
short cang, tang, csect;
char ch, *ptr, *ptr2, *ptr3, *ptr4;
spritetype *tspr;
tspritetype *tspr;
smoothratio = max(min(dasmoothratio,65536),0);