mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-22 11:41:08 +00:00
- Blood: Some missed MaxSmoothRatio
changes.
This commit is contained in:
parent
e57ef59900
commit
9e93b417b7
1 changed files with 2 additions and 2 deletions
|
@ -547,8 +547,8 @@ void viewProcessSprites(tspriteArray& tsprites, int32_t cX, int32_t cY, int32_t
|
||||||
|
|
||||||
if (cl_interpolate && owneractor->interpolated && !(pTSprite->flags & 512))
|
if (cl_interpolate && owneractor->interpolated && !(pTSprite->flags & 512))
|
||||||
{
|
{
|
||||||
pTSprite->pos = owneractor->interpolatedvec3(gInterpolate / 65536.);
|
pTSprite->pos = owneractor->interpolatedvec3(gInterpolate * (1. / MaxSmoothRatio));
|
||||||
pTSprite->angle = owneractor->interpolatedangle(gInterpolate / 65536.);
|
pTSprite->angle = owneractor->interpolatedangle(gInterpolate * (1. / MaxSmoothRatio));
|
||||||
}
|
}
|
||||||
int nAnim = 0;
|
int nAnim = 0;
|
||||||
switch (picanm[nTile].extra & 7) {
|
switch (picanm[nTile].extra & 7) {
|
||||||
|
|
Loading…
Reference in a new issue