Removed unused random variable in cloud.c

This commit is contained in:
Eidolon 2025-08-30 21:36:36 -05:00
parent 387bf1e5c1
commit b3ab944293

View file

@ -242,7 +242,6 @@ void Obj_CloudTouched(mobj_t *special, mobj_t *toucher)
{
fixed_t rand_x;
fixed_t rand_y;
fixed_t rand_z;
// note: determinate argument eval order
rand_y = P_RandomRange(PR_DECORATION, -32, 32);