mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Removed unused random variable in cloud.c
This commit is contained in:
parent
387bf1e5c1
commit
b3ab944293
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue