diff options
Diffstat (limited to 'src/heretic')
-rw-r--r-- | src/heretic/r_things.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/r_things.c b/src/heretic/r_things.c index b4cd19af..489c94bc 100644 --- a/src/heretic/r_things.c +++ b/src/heretic/r_things.c @@ -417,7 +417,7 @@ void R_DrawVisSprite(vissprite_t * vis, int x1, int x2) if (vis->footclip && !vis->psprite) { - sprbotscreen = sprtopscreen + FixedMul(patch->height << FRACBITS, + sprbotscreen = sprtopscreen + FixedMul(SHORT(patch->height) << FRACBITS, spryscale); baseclip = (sprbotscreen - FixedMul(vis->footclip << FRACBITS, spryscale)) >> FRACBITS; |