mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Started organizing CS2/Protocol-related functions
This commit is contained in:
parent
46740027df
commit
ef6a5d7385
268 changed files with 5936 additions and 6093 deletions
|
|
@ -189,7 +189,7 @@ public final class Static260 {
|
|||
}
|
||||
local14.unlink();
|
||||
}
|
||||
for (local14 = (AreaSound) Static93.aClass133_7.head(); local14 != null; local14 = (AreaSound) Static93.aClass133_7.next()) {
|
||||
for (local14 = (AreaSound) AreaSoundManager.aClass133_7.head(); local14 != null; local14 = (AreaSound) AreaSoundManager.aClass133_7.next()) {
|
||||
if (local14.primaryStream != null) {
|
||||
client.soundStream.removeSubStream(local14.primaryStream);
|
||||
local14.primaryStream = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue