rs-client: refactoring (#1344)

* Rename some things to be more consistent everywhere

* rs-client: refactoring

* MenuAction -> MenuOpcode merge
This commit is contained in:
Lucwousin
2019-08-20 22:24:51 +02:00
committed by GitHub
parent 0f46656e9d
commit db705f5dd5
297 changed files with 13734 additions and 14043 deletions

View File

@@ -87,7 +87,7 @@ public class ArchiveDiskActionHandler implements Runnable {
}
}
} catch (Exception var13) {
HitSplatDefinition.sendStackTrace((String)null, var13);
HitSplatDefinition.RunException_sendStackTrace((String)null, var13);
}
}
@@ -107,7 +107,7 @@ public class ArchiveDiskActionHandler implements Runnable {
try {
PcmPlayer var3 = class32.pcmPlayerProvider.player();
var3.samples = new int[256 * (class169.isStereo ? 2 : 1)];
var3.samples = new int[256 * (FileSystem.PcmPlayer_stereo ? 2 : 1)];
var3.field1414 = var2;
var3.init();
var3.capacity = (var2 & -1024) + 1024;
@@ -116,7 +116,7 @@ public class ArchiveDiskActionHandler implements Runnable {
}
var3.open(var3.capacity);
if (PcmPlayer.pcmPlayerCount > 0 && SecureRandomFuture.soundSystem == null) {
if (PcmPlayer.PcmPlayer_count > 0 && SecureRandomFuture.soundSystem == null) {
SecureRandomFuture.soundSystem = new SoundSystem();
class14.soundSystemExecutor = Executors.newScheduledThreadPool(1);
class14.soundSystemExecutor.scheduleAtFixedRate(SecureRandomFuture.soundSystem, 0L, 10L, TimeUnit.MILLISECONDS);