Fixes: #27 Suspicious code: sign conversion
This commit is contained in:
parent
58e9c7ed13
commit
b9a4a8002d
|
@ -234,7 +234,7 @@ particle_engine_sparkle(Position pos, Dimension dim)
|
||||||
|
|
||||||
alpha = get_random(155) + 100;
|
alpha = get_random(155) + 100;
|
||||||
|
|
||||||
yv = (get_random(100) + 100) * -1;
|
yv = -(get_random(100) + 100);
|
||||||
|
|
||||||
lt = get_random(20);
|
lt = get_random(20);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue