Fixes: #27 Suspicious code: sign conversion

This commit is contained in:
Linus Probert 2018-07-31 21:15:16 +02:00
parent 58e9c7ed13
commit b9a4a8002d
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ particle_engine_sparkle(Position pos, Dimension dim)
alpha = get_random(155) + 100;
yv = (get_random(100) + 100) * -1;
yv = -(get_random(100) + 100);
lt = get_random(20);