Random shoot sound pitch

This commit is contained in:
Anuken
2019-08-14 23:27:24 -04:00
parent cb2e2ab9b2
commit 2832dc69ef
4 changed files with 5 additions and 5 deletions
@@ -9,7 +9,7 @@ public class SoundLoop{
private static final float fadeSpeed = 0.05f;
private final Sound sound;
private long id = -1;
private int id = -1;
private float volume, baseVolume;
public SoundLoop(Sound sound, float baseVolume){