KenBuild: tspritetype --> uspritetype

git-svn-id: https://svn.eduke32.com/eduke32@6001 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-01-05 05:30:07 +00:00
parent 534c98a7b0
commit a001d67512
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) void ExtAnalyzeSprites(int32_t ourx, int32_t oury, int32_t oura, int32_t smoothr)
{ {
int i, *longptr; int i, *longptr;
tspritetype *tspr; uspritetype *tspr;
UNREFERENCED_PARAMETER(ourx); UNREFERENCED_PARAMETER(ourx);
UNREFERENCED_PARAMETER(oury); UNREFERENCED_PARAMETER(oury);

View file

@ -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;
tspritetype *tspr; uspritetype *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
@ -3686,7 +3686,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;
tspritetype *tspr; uspritetype *tspr;
smoothratio = max(min(dasmoothratio,65536),0); smoothratio = max(min(dasmoothratio,65536),0);