api: rename unknownSoundValues1 -> queuedSoundEffectLoops

This commit is contained in:
Adam
2019-06-24 15:43:40 -04:00
parent 5763ef4c33
commit 438fbc9b0d
2 changed files with 4 additions and 4 deletions

View File

@@ -552,8 +552,8 @@ public interface RSClient extends RSGameEngine, Client
@Import("soundLocations")
int[] getSoundLocations();
@Import("unknownSoundValues1")
int[] getUnknownSoundValues1();
@Import("queuedSoundEffectLoops")
int[] getQueuedSoundEffectLoops();
@Import("queuedSoundEffectDelays")
int[] getQueuedSoundEffectDelays();