diff --git a/src/s_sound.c b/src/s_sound.c index 830387e3b..215786b0d 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -1098,8 +1098,7 @@ boolean S_AdjustSoundParams(const mobj_t *listener, const mobj_t *source, INT32 if (sfxinfo->pitch & SF_OUTSIDESOUND) // Rain special case { - INT64 x, y, yl, yh, xl, xh; - fixed_t newdist; + fixed_t x, y, yl, yh, xl, xh, newdist; if (R_PointInSubsector(listensource.x, listensource.y)->sector->ceilingpic == skyflatnum) approx_dist = 0;