Rename getUnknownSoundValues2
This commit is contained in:
@@ -48,14 +48,14 @@ public abstract class PlaySoundEffectMixin implements RSClient
|
|||||||
|
|
||||||
int[] queuedSoundEffectIDs = getQueuedSoundEffectIDs();
|
int[] queuedSoundEffectIDs = getQueuedSoundEffectIDs();
|
||||||
int[] unknownSoundValues1 = getUnknownSoundValues1();
|
int[] unknownSoundValues1 = getUnknownSoundValues1();
|
||||||
int[] unknownSoundValues2 = getUnknownSoundValues2();
|
int[] queuedSoundEffectDelays = getQueuedSoundEffectDelays();
|
||||||
RSSoundEffect[] audioEffects = getAudioEffects();
|
RSSoundEffect[] audioEffects = getAudioEffects();
|
||||||
int[] soundLocations = getSoundLocations();
|
int[] soundLocations = getSoundLocations();
|
||||||
int queuedSoundEffectCount = getQueuedSoundEffectCount();
|
int queuedSoundEffectCount = getQueuedSoundEffectCount();
|
||||||
|
|
||||||
queuedSoundEffectIDs[queuedSoundEffectCount] = id;
|
queuedSoundEffectIDs[queuedSoundEffectCount] = id;
|
||||||
unknownSoundValues1[queuedSoundEffectCount] = 0;
|
unknownSoundValues1[queuedSoundEffectCount] = 0;
|
||||||
unknownSoundValues2[queuedSoundEffectCount] = 0;
|
queuedSoundEffectDelays[queuedSoundEffectCount] = 0;
|
||||||
audioEffects[queuedSoundEffectCount] = null;
|
audioEffects[queuedSoundEffectCount] = null;
|
||||||
soundLocations[queuedSoundEffectCount] = position;
|
soundLocations[queuedSoundEffectCount] = position;
|
||||||
|
|
||||||
|
|||||||
@@ -452,8 +452,8 @@ public interface RSClient extends RSGameEngine, Client
|
|||||||
@Import("unknownSoundValues1")
|
@Import("unknownSoundValues1")
|
||||||
int[] getUnknownSoundValues1();
|
int[] getUnknownSoundValues1();
|
||||||
|
|
||||||
@Import("unknownSoundValues2")
|
@Import("queuedSoundEffectDelays")
|
||||||
int[] getUnknownSoundValues2();
|
int[] getQueuedSoundEffectDelays();
|
||||||
|
|
||||||
@Import("queuedSoundEffectCount")
|
@Import("queuedSoundEffectCount")
|
||||||
int getQueuedSoundEffectCount();
|
int getQueuedSoundEffectCount();
|
||||||
|
|||||||
Reference in New Issue
Block a user