Whitespace

git-svn-id: https://svn.eduke32.com/eduke32@522 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2007-03-11 00:47:32 +00:00
parent 38810c6561
commit 7c7b8c2869
7 changed files with 30 additions and 30 deletions

View file

@ -6232,7 +6232,7 @@ void animatesprites(long x,long y,int a,long smoothratio)
i = t->owner;
s = &sprite[t->owner];
/*
/*
t->x = sprpos[i].x+mulscale16((long)(s->x-sprpos[i].x),smoothratio);
t->y = sprpos[i].y+mulscale16((long)(s->y-sprpos[i].y),smoothratio);
t->z = sprpos[i].z+mulscale16((long)(s->z-sprpos[i].z),smoothratio);
@ -6240,7 +6240,7 @@ void animatesprites(long x,long y,int a,long smoothratio)
sprpos[i].x = s->x;
sprpos[i].y = s->y;
sprpos[i].z = s->z;
*/
*/
//greenslime can't be handled through the dynamictostatic system due to addition on constant
if ((t->picnum >= GREENSLIME)&&(t->picnum <= GREENSLIME+7))
{}