alpha
Login
or
Join now
sickday.tngl.sh
/
hla-client
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A RuneTek3 client (377) that is deobfuscated, converted to Kotlin, and includes QoL improvements.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Swapping sound type for sound volume.
author
TheBlackParade
date
6 years ago
(Feb 13, 2020, 4:49 PM -0600)
commit
9ac72f1a
9ac72f1af4c6d3d08b6cc49d3097218614617094
parent
6f911612
6f911612413fb899072affd99134f8b4b6122672
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
main
java
com
jagex
runescape
Game.java
+1
-1
src/main/java/com/jagex/runescape/Game.java
Reviewed
···
11800
11800
boolean flag1 = false;
11801
11801
try {
11802
11802
Buffer stream = SoundTrack.data(sound[index], soundType[index]);
11803
11803
-
new SoundPlayer(new ByteArrayInputStream(stream.buffer, 0, stream.currentPosition), soundVolume[index], soundDelay[index]);
11803
11803
+
new SoundPlayer(new ByteArrayInputStream(stream.buffer, 0, stream.currentPosition), soundType[index], soundDelay[index]);
11804
11804
if (System.currentTimeMillis() + (long) (stream.currentPosition / 22) > aLong1172
11805
11805
+ (long) (anInt1257 / 22)) {
11806
11806
anInt1257 = stream.currentPosition;