forked from 2009Scape/Server
Audio related update trying to track down why some sounds aren't playing properly/too fast.
This commit is contained in:
parent
0b498fc455
commit
98450d84a1
14 changed files with 72 additions and 67 deletions
|
|
@ -1369,7 +1369,7 @@ public final class PacketParser {
|
|||
}
|
||||
|
||||
modelId = BufferedDataStream.incomingBuffer.readUnsignedShort();
|
||||
TextureOperation26.method199(var19, nodeModelId, modelId);
|
||||
AudioHandler.soundEffectHandler(var19, nodeModelId, modelId);
|
||||
Unsorted.incomingOpcode = -1;
|
||||
return true;
|
||||
} else if (Unsorted.incomingOpcode == 66) {
|
||||
|
|
@ -1697,7 +1697,7 @@ public final class PacketParser {
|
|||
nodeModelId = -1;
|
||||
}
|
||||
|
||||
AtmosphereParser.musicHandler(nodeModelId);
|
||||
AudioHandler.musicHandler(nodeModelId);
|
||||
Unsorted.incomingOpcode = -1;
|
||||
return true;
|
||||
} else if (Unsorted.incomingOpcode == 208) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue